struct Scry::Context

Defined in:

scry/context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def dispatch(msg : LSP::Protocol::RequestMessage) #

A request message to describe a request between the client and the server. Every processed request must send a response back to the sender of the request.


[View source]
def dispatch(msg : LSP::Protocol::NotificationMessage) #

[View source]