MCPcopy Create free account
hub / github.com/concensure/Semantic / EvolutionSimulation

Class EvolutionSimulation

evolution_graph/src/lib.rs:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#[derive(Debug, Clone, Serialize, Deserialize)]
20pub struct EvolutionSimulation {
21 pub estimated_patch_count: usize,
22 pub estimated_node_count: usize,
23 pub preview_nodes: Vec<String>,
24}
25
26pub struct EvolutionGraphBuilder;
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…