MCPcopy Create free account
hub / github.com/AI45Lab/Code / recent_tool_signatures

Method recent_tool_signatures

core/src/agent/execution_state.rs:162–164  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

160 }
161
162 pub(super) fn recent_tool_signatures(&self) -> Vec<String> {
163 self.recent_tool_signatures.clone()
164 }
165
166 pub(super) fn remember_tool_signature(
167 &mut self,

Callers 1

decide_tool_gateMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected