MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / node_count

Method node_count

python/src/workflow/workflow.rs:82–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

80 }
81
82 fn node_count(&self) -> usize {
83 self.inner.graph.node_count()
84 }
85
86 /// Set graph-level metadata key to a boolean value
87 /// Exposes core graph.set_metadata for Python tests and configuration

Callers 2

executeMethod · 0.45
execute_streamingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected