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

Method has_order_conflicts

atomic-core/src/apply/conflict.rs:383–385  ·  view source on GitHub ↗

Check if there are any order conflicts.

(&self)

Source from the content-addressed store, hash-verified

381
382 /// Check if there are any order conflicts.
383 pub fn has_order_conflicts(&self) -> bool {
384 !self.order_conflicts.is_empty()
385 }
386
387 // Aggregate Queries
388

Callers 1

has_conflictsMethod · 0.80

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected