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: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] {
Callers
11
sherpa_graph
Function · 0.45
test_append_generic_todo_snapshot_links_goal
Function · 0.45
test_append_goal
Function · 0.45
test_node_tap_zero_failures_is_passed_in_summary_and_detail
Function · 0.45
test_completed_tool_status_does_not_hide_failed_verification
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
test_append_llm_response_links_goal_and_last_node
Function · 0.45
test_append_llm_response_truncates_stored_text
Function · 0.45
to_provenance_graph
Method · 0.45
Calls
no outgoing calls
Tested by
9
test_append_generic_todo_snapshot_links_goal
Function · 0.36
test_append_goal
Function · 0.36
test_node_tap_zero_failures_is_passed_in_summary_and_detail
Function · 0.36
test_completed_tool_status_does_not_hide_failed_verification
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
test_append_llm_response_links_goal_and_last_node
Function · 0.36
test_append_llm_response_truncates_stored_text
Function · 0.36