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

Method is_equal

atomic-core/src/diff/ops.rs:151–153  ·  view source on GitHub ↗

Check if this is an Equal operation.

(&self)

Source from the content-addressed store, hash-verified

149
150 /// Check if this is an Equal operation.
151 pub fn is_equal(&self) -> bool {
152 matches!(self, DiffOp::Equal { .. })
153 }
154
155 /// Check if this is an Insert operation.
156 pub fn is_insert(&self) -> bool {

Callers 2

is_changeMethod · 0.45
is_unchangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected