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

Method change_count

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

Number of changes explained by this graph.

(&self)

Source from the content-addressed store, hash-verified

386
387 /// Number of changes explained by this graph.
388 pub fn change_count(&self) -> usize {
389 self.changes_explained.len()
390 }
391
392 /// Check if a specific change is explained by this graph.
393 pub fn explains_change(&self, hash: &Hash) -> bool {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected