Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ has_zombies
Method
has_zombies
atomic-core/src/apply/conflict.rs:335–337 ·
view source on GitHub ↗
Check if there are any zombie conflicts.
(&self)
Source
from the content-addressed store, hash-verified
333
334
/// Check if there are any zombie conflicts.
335
pub fn has_zombies(&self) -> bool {
336
!self.zombies.is_empty()
337
}
338
339
// Missing Context Conflicts
340
Callers
1
has_conflicts
Method · 0.45
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected