Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_async
Method · 0.45
get_mcp_items
Method · 0.45
initialize
Function · 0.45
materialized_tool_snapshot
Method · 0.45
Calls
1
collect
Method · 0.80
Tested by
no test coverage detected