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

Method edges

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

All edges.

(&self)

Source from the content-addressed store, hash-verified

254
255 /// All edges.
256 pub fn edges(&self) -> &[GraphEdge] {
257 &self.edges
258 }
259
260 /// The current goal node ID, if any.
261 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