| 12 | |
| 13 | #[derive(Debug, Serialize, Deserialize)] |
| 14 | struct ApplyPatchInput { |
| 15 | #[serde(rename = "patchText")] |
| 16 | patch_text: String, |
| 17 | } |
| 18 | |
| 19 | #[derive(Debug, Clone)] |
| 20 | enum PatchOperation { |
nothing calls this directly
no outgoing calls
no test coverage detected