Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_graph
Function · 0.45
test_chained_goals
Function · 0.45
test_append_exploration
Function · 0.45
to_provenance_graph
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_chained_goals
Function · 0.36
test_append_exploration
Function · 0.36