Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ record_tool_call
Method
record_tool_call
core/src/agent/execution_state.rs:105–107 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
103
}
104
105
pub(super) fn record_tool_call(&mut self) {
106
self.tool_calls_count += 1;
107
}
108
109
pub(super) fn duplicate_tool_call(
110
&self,
Callers
2
execute_parallel_write_batch
Method · 0.80
execute_sequential_tool_call
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected