Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InfinitiBit/graphbit
/ start_execution
Method
start_execution
python/src/tools/executor.rs:208–210 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
206
}
207
208
fn start_execution(&mut self) {
209
self.start_time = Some(Instant::now());
210
}
211
212
fn add_result(&mut self, result: ToolResult) {
213
self.results.add(result);
Callers
1
execute_tools
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected