MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / node_count

Method node_count

atomic-core/src/change/provenance_graph/mod.rs:378–380  ·  view source on GitHub ↗

Number of nodes in the graph.

(&self)

Source from the content-addressed store, hash-verified

376
377 /// Number of nodes in the graph.
378 pub fn node_count(&self) -> usize {
379 self.nodes.len()
380 }
381
382 /// Number of edges in the graph.
383 pub fn edge_count(&self) -> usize {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected