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

Method zombie_count

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

Get the number of zombie conflicts.

(&self)

Source from the content-addressed store, hash-verified

328
329 /// Get the number of zombie conflicts.
330 pub fn zombie_count(&self) -> usize {
331 self.zombies.len()
332 }
333
334 /// Check if there are any zombie conflicts.
335 pub fn has_zombies(&self) -> bool {

Callers 2

total_conflict_countMethod · 0.80
from_trackerMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected