MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / get

Method get

crates/opencode-lsp/src/lib.rs:819–821  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

817 }
818
819 pub async fn get(&self, id: &str) -> Option<Arc<LspClient>> {
820 self.clients.read().await.get(id).cloned()
821 }
822
823 pub async fn list(&self) -> Vec<(String, Arc<LspClient>)> {
824 self.clients

Callers 3

newMethod · 0.45
createMethod · 0.45
get_diagnosticsMethod · 0.45

Calls 1

readMethod · 0.80

Tested by

no test coverage detected