| 18 | |
| 19 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 20 | pub struct EvolutionSimulation { |
| 21 | pub estimated_patch_count: usize, |
| 22 | pub estimated_node_count: usize, |
| 23 | pub preview_nodes: Vec<String>, |
| 24 | } |
| 25 | |
| 26 | pub struct EvolutionGraphBuilder; |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…