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

Method edges

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

All edges.

(&self)

Source from the content-addressed store, hash-verified

260
261 /// All edges.
262 pub fn edges(&self) -> &[GraphEdge] {
263 &self.edges
264 }
265
266 /// The current goal node ID, if any.
267 pub fn current_goal(&self) -> Option<&str> {

Callers 4

sherpa_graphFunction · 0.45
test_chained_goalsFunction · 0.45
test_append_explorationFunction · 0.45
to_provenance_graphMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_chained_goalsFunction · 0.36
test_append_explorationFunction · 0.36