class RubyLsp::Store

def key?(uri)

: (URI::Generic uri) -> bool
def key?(uri)
  @state.key?(uri.to_s)
end