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

Method change_count

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

Number of changes explained by this graph.

(&self)

Source from the content-addressed store, hash-verified

360
361 /// Number of changes explained by this graph.
362 pub fn change_count(&self) -> usize {
363 self.changes_explained.len()
364 }
365
366 /// Check if a specific change is explained by this graph.
367 pub fn explains_change(&self, hash: &Hash) -> bool {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected