| 73 | |
| 74 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 75 | pub struct AgentSource { |
| 76 | pub value: String, |
| 77 | pub start: i32, |
| 78 | pub end: i32, |
| 79 | } |
| 80 | |
| 81 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 82 | pub struct CompactionPart { |
nothing calls this directly
no outgoing calls
no test coverage detected