Check if any conflicts were detected (missing contexts or zombies).
(&self)
| 632 | |
| 633 | /// Check if any conflicts were detected (missing contexts or zombies). |
| 634 | pub fn has_conflicts(&self) -> bool { |
| 635 | self.has_missing_contexts() || self.has_zombies() |
| 636 | } |
| 637 | |
| 638 | // Rooted Tracking |
| 639 |
nothing calls this directly
no test coverage detected