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

Method has_zombies

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

Check if any zombies were detected.

(&self)

Source from the content-addressed store, hash-verified

627
628 /// Check if any zombies were detected.
629 pub fn has_zombies(&self) -> bool {
630 !self.zombies.is_empty()
631 }
632
633 /// Check if any conflicts were detected (missing contexts or zombies).
634 pub fn has_conflicts(&self) -> bool {

Callers 1

has_conflictsMethod · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected