Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_graph
Function · 0.45
test_append_goal
Function · 0.45
test_resolve_human_gate
Function · 0.45
test_patch_proposal_display_single_file
Function · 0.45
test_patch_proposal_display_multiple_files
Function · 0.45
to_provenance_graph
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_append_goal
Function · 0.36
test_resolve_human_gate
Function · 0.36
test_patch_proposal_display_single_file
Function · 0.36
test_patch_proposal_display_multiple_files
Function · 0.36