MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / nodes

Method nodes

atomic-agent/src/provenance/accumulator/mod.rs:251–253  ·  view source on GitHub ↗

All nodes in insertion order.

(&self)

Source from the content-addressed store, hash-verified

249
250 /// All nodes in insertion order.
251 pub fn nodes(&self) -> &[GraphNode] {
252 &self.nodes
253 }
254
255 /// All edges.
256 pub fn edges(&self) -> &[GraphEdge] {

Callers 6

sherpa_graphFunction · 0.45
test_append_goalFunction · 0.45
test_resolve_human_gateFunction · 0.45
to_provenance_graphMethod · 0.45

Calls

no outgoing calls