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

Method nodes

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

All nodes in insertion order.

(&self)

Source from the content-addressed store, hash-verified

255
256 /// All nodes in insertion order.
257 pub fn nodes(&self) -> &[GraphNode] {
258 &self.nodes
259 }
260
261 /// All edges.
262 pub fn edges(&self) -> &[GraphEdge] {

Calls

no outgoing calls