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

Method has_conflicts

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

Check if there are any conflicts of any type.

(&self)

Source from the content-addressed store, hash-verified

388
389 /// Check if there are any conflicts of any type.
390 pub fn has_conflicts(&self) -> bool {
391 self.has_zombies() || self.has_missing_contexts() || self.has_order_conflicts()
392 }
393
394 /// Get the total number of conflicts.
395 pub fn total_conflict_count(&self) -> usize {

Callers 1

is_emptyMethod · 0.45

Calls 3

has_order_conflictsMethod · 0.80
has_zombiesMethod · 0.45
has_missing_contextsMethod · 0.45

Tested by

no test coverage detected