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

Method reset_parse_errors

core/src/agent/execution_state.rs:158–160  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

156 }
157
158 pub(super) fn reset_parse_errors(&mut self) {
159 self.parse_error_count = 0;
160 }
161
162 pub(super) fn recent_tool_signatures(&self) -> Vec<String> {
163 self.recent_tool_signatures.clone()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected