MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / ApplyPatchTool

Class ApplyPatchTool

crates/opencode-tool/src/apply_patch.rs:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7use crate::{Metadata, PermissionRequest, Tool, ToolContext, ToolError, ToolResult};
8
9pub struct ApplyPatchTool;
10#[cfg(feature = "lsp")]
11const MAX_DIAGNOSTICS_PER_FILE: usize = 20;
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected