MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / EditFileInput

Class EditFileInput

claw-code/rust/crates/tools/src/lib.rs:529–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527
528#[derive(Debug, Deserialize)]
529struct EditFileInput {
530 path: String,
531 old_string: String,
532 new_string: String,
533 replace_all: Option<bool>,
534}
535
536#[derive(Debug, Deserialize)]
537struct GlobSearchInputValue {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected