Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cluster
Function · 0.45
compute_from_topology
Function · 0.45
execute_graph_temporal_algo
Method · 0.45
execute_graph_algo
Method · 0.45
resolve_binding
Function · 0.45
run
Function · 0.45
run
Function · 0.45
run
Function · 0.45
run
Function · 0.45
run
Function · 0.45
run
Function · 0.45
run
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected