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

Method edge_count

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

Number of edges in the graph.

(&self)

Source from the content-addressed store, hash-verified

355
356 /// Number of edges in the graph.
357 pub fn edge_count(&self) -> usize {
358 self.edges.len()
359 }
360
361 /// Number of changes explained by this graph.
362 pub fn change_count(&self) -> usize {

Callers 1

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected