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

Method is_unchanged

atomic-core/src/diff/word.rs:357–359  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

355 /// Returns `true` if all operations are Equal.
356 #[inline]
357 pub fn is_unchanged(&self) -> bool {
358 !self.has_changes()
359 }
360
361 /// Check if the result is empty (both sequences were empty).
362 pub fn is_empty(&self) -> bool {

Callers

nothing calls this directly

Calls 1

has_changesMethod · 0.45

Tested by

no test coverage detected