Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InfinitiBit/graphbit
/ get_nodes
Method
get_nodes
core/src/graph/workflow_graph.rs:265–267 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
263
/// Get all nodes
264
#[inline]
265
pub fn get_nodes(&self) -> &HashMap<NodeId, WorkflowNode> {
266
&self.nodes
267
}
268
269
/// Get all edges
270
#[inline]
Callers
11
run_live_tool_loop_for_node
Method · 0.80
handle_tool_calls_in_context
Method · 0.80
build_core_conditional_handlers
Function · 0.80
execute_internal
Method · 0.80
collect_executable_nodes
Method · 0.80
extract_agent_ids_from_workflow
Function · 0.80
test_concurrent_graph_access
Function · 0.80
test_workflow_validation_errors
Function · 0.80
test_circular_dependency_detection
Function · 0.80
test_error_propagation_chain
Function · 0.80
test_get_multiple_nodes_with_edges
Function · 0.80
Calls
no outgoing calls
Tested by
5
test_concurrent_graph_access
Function · 0.64
test_workflow_validation_errors
Function · 0.64
test_circular_dependency_detection
Function · 0.64
test_error_propagation_chain
Function · 0.64
test_get_multiple_nodes_with_edges
Function · 0.64