class AmberLSP::DocumentStore

Defined in:

amber_lsp/document_store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def get(uri : String) : String | Nil #

[View source]
def has?(uri : String) : Bool #

[View source]
def remove(uri : String) : Nil #

[View source]
def update(uri : String, content : String) : Nil #

[View source]