MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / node_count

Method node_count

nodedb/src/engine/graph/olap/snapshot.rs:149–151  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

147 // ── Read-only accessors ──
148
149 pub fn node_count(&self) -> usize {
150 self.id_to_node.len()
151 }
152
153 pub fn edge_count(&self) -> usize {
154 self.out_targets.len()

Callers 15

show_clusterFunction · 0.45
compute_from_topologyFunction · 0.45
execute_graph_algoMethod · 0.45
resolve_bindingFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected