(&mut self)
| 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() |
no outgoing calls
no test coverage detected