Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_gate
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected