| 68 | |
| 69 | #[derive(Debug, Clone, Deserialize, Serialize)] |
| 70 | pub struct EvolutionQuery { |
| 71 | pub repository: Option<String>, |
| 72 | } |
| 73 | |
| 74 | #[derive(Debug, Clone, Deserialize, Serialize)] |
| 75 | pub struct EvolutionPlanRequest { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…