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

Method has_conflicts

atomic-core/src/crdt/apply/context.rs:333–335  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

331 /// Returns `true` if any conflicts were detected.
332 #[inline]
333 pub fn has_conflicts(&self) -> bool {
334 self.conflicts_detected > 0
335 }
336
337 // Merging
338

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected