(&self, path: &Path)
| 179 | } |
| 180 | |
| 181 | fn is_sensitive_file(&self, path: &Path) -> bool { |
| 182 | sensitive_globset().is_match(path) |
| 183 | } |
| 184 | |
| 185 | pub async fn execute(&self, call: ToolCall) -> ToolResult { |
| 186 | let tool = call.tool; |
no test coverage detected