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

Method has_conflicts

atomic-core/src/apply/workspace.rs:634–636  ·  view source on GitHub ↗

Check if any conflicts were detected (missing contexts or zombies).

(&self)

Source from the content-addressed store, hash-verified

632
633 /// Check if any conflicts were detected (missing contexts or zombies).
634 pub fn has_conflicts(&self) -> bool {
635 self.has_missing_contexts() || self.has_zombies()
636 }
637
638 // Rooted Tracking
639

Callers

nothing calls this directly

Calls 2

has_missing_contextsMethod · 0.45
has_zombiesMethod · 0.45

Tested by

no test coverage detected