MCPcopy 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]

Calls

no outgoing calls