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

Method has_changes

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

Check if any changes were detected.

(&self)

Source from the content-addressed store, hash-verified

643
644 /// Check if any changes were detected.
645 pub fn has_changes(&self) -> bool {
646 !self.changes.is_empty()
647 }
648
649 /// Get the total number of changes.
650 pub fn change_count(&self) -> usize {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected