MCPcopy 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,

Calls

no outgoing calls

Tested by

no test coverage detected