MCPcopy Create free account
hub / github.com/GCWing/BitFun / get_all_tools

Method get_all_tools

src/crates/execution/tool-contracts/src/framework.rs:1494–1496  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1492 }
1493
1494 pub fn get_all_tools(&self) -> Vec<ToolRef<Tool>> {
1495 self.tools.values().cloned().collect()
1496 }
1497
1498 pub fn current_snapshot_generation(&self) -> u64 {
1499 self.snapshot_generation

Callers 4

new_asyncMethod · 0.45
get_mcp_itemsMethod · 0.45
initializeFunction · 0.45

Calls 1

collectMethod · 0.80

Tested by

no test coverage detected