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

Method is_unchanged

atomic-core/src/diff/semantic/config.rs:194–196  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

192 /// Check if the content is unchanged.
193 #[inline]
194 pub fn is_unchanged(&self) -> bool {
195 self.changes.is_empty()
196 }
197
198 /// Get the number of line changes.
199 #[inline]

Callers 1

fmtMethod · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected