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

Class ApplyPatchInput

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

Source from the content-addressed store, hash-verified

12
13#[derive(Debug, Serialize, Deserialize)]
14struct ApplyPatchInput {
15 #[serde(rename = "patchText")]
16 patch_text: String,
17}
18
19#[derive(Debug, Clone)]
20enum PatchOperation {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected