Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ node_count
Method
node_count
atomic-core/src/change/provenance_graph/mod.rs:352–354 ·
view source on GitHub ↗
Number of nodes in the graph.
(&self)
Source
from the content-addressed store, hash-verified
350
351
/// Number of nodes in the graph.
352
pub fn node_count(&self) -> usize {
353
self.nodes.len()
354
}
355
356
/// Number of edges in the graph.
357
pub fn edge_count(&self) -> usize {
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected