| 7 | use crate::{Metadata, PermissionRequest, Tool, ToolContext, ToolError, ToolResult}; |
| 8 | |
| 9 | pub struct ApplyPatchTool; |
| 10 | #[cfg(feature = "lsp")] |
| 11 | const MAX_DIAGNOSTICS_PER_FILE: usize = 20; |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected