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

Method is_change

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

Source from the content-addressed store, hash-verified

180 /// ```
181 #[inline]
182 pub fn is_change(&self) -> bool {
183 !self.is_equal()
184 }
185
186 /// Get the old range if this operation references old tokens.
187 ///

Callers 2

has_changesMethod · 0.45
changesMethod · 0.45

Calls 1

is_equalMethod · 0.45

Tested by

no test coverage detected