Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ edge_count
Method
edge_count
atomic-core/src/change/provenance_graph/mod.rs:383–385 ·
view source on GitHub ↗
Number of edges in the graph.
(&self)
Source
from the content-addressed store, hash-verified
381
382
/// Number of edges in the graph.
383
pub fn edge_count(&self) -> usize {
384
self.edges.len()
385
}
386
387
/// Number of changes explained by this graph.
388
pub fn change_count(&self) -> usize {
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected