| 255 | |
| 256 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 257 | pub struct EvolutionRisk { |
| 258 | pub risk_score: f32, |
| 259 | pub reasoning: String, |
| 260 | } |
| 261 | |
| 262 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 263 | pub struct FileRecord { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…