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

Class EvolutionGraph

evolution_graph/src/lib.rs:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14#[derive(Debug, Clone, Serialize, Deserialize, Default)]
15pub struct EvolutionGraph {
16 pub nodes: Vec<EvolutionNode>,
17}
18
19#[derive(Debug, Clone, Serialize, Deserialize)]
20pub struct EvolutionSimulation {

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…