Get the number of zombie conflicts.
(&self)
| 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 { |
no test coverage detected