| 527 | |
| 528 | #[derive(Debug, Deserialize)] |
| 529 | struct EditFileInput { |
| 530 | path: String, |
| 531 | old_string: String, |
| 532 | new_string: String, |
| 533 | replace_all: Option<bool>, |
| 534 | } |
| 535 | |
| 536 | #[derive(Debug, Deserialize)] |
| 537 | struct GlobSearchInputValue { |
nothing calls this directly
no outgoing calls
no test coverage detected