struct

Nucleoc::Command(T)

Inherits Struct < Value < Object

Commands sent to the worker fiber.

Constructors

reparse(column : Int32, new_text : String, case_matching : CaseMatching = CaseMatching::Smart, normalization : Normalization = Normalization::Smart, append : Bool = false) : self
Source
restart(clear_snapshot : Bool) : self
Source
reverse_items(reverse_items : Bool) : self
Source
sort_results(sort_results : Bool) : self
Source
tick(reply : Channel(Status)) : self
Source
update_config(config : Config) : self
Source

Instance methods

append
Source
case_matching
Source
clear_snapshot
Source
column
Source
config
Source
kind
Source
new_text
Source
normalization
Source
reply
Source
reverse_items
Source
sort_results
Source

Nested types