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

Method change_count

atomic-core/src/record/detect.rs:650–652  ·  view source on GitHub ↗

Get the total number of changes.

(&self)

Source from the content-addressed store, hash-verified

648
649 /// Get the total number of changes.
650 pub fn change_count(&self) -> usize {
651 self.changes.len()
652 }
653
654 /// Check if there were errors.
655 pub fn has_errors(&self) -> bool {

Callers 2

list_allMethod · 0.45
print_summaryMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by 2

list_allMethod · 0.36
print_summaryMethod · 0.36