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

Method zombies

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

Get all zombie conflicts.

(&self)

Source from the content-addressed store, hash-verified

323
324 /// Get all zombie conflicts.
325 pub fn zombies(&self) -> &[ZombieConflict] {
326 &self.zombies
327 }
328
329 /// Get the number of zombie conflicts.
330 pub fn zombie_count(&self) -> usize {

Callers 1

write_hunkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected