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

Method list

crates/opencode-tool/src/registry.rs:32–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30 }
31
32 pub async fn list(&self) -> Vec<Arc<dyn Tool>> {
33 let tools = self.tools.read().await;
34 tools.values().cloned().collect()
35 }
36
37 /// Returns all registered tool IDs.
38 pub async fn list_ids(&self) -> Vec<String> {

Callers 4

execute_with_lspFunction · 0.45
get_lsp_diagnostics_implFunction · 0.45

Calls 1

readMethod · 0.80

Tested by

no test coverage detected