Check if any missing contexts were detected.
(&self)
| 607 | |
| 608 | /// Check if any missing contexts were detected. |
| 609 | pub fn has_missing_contexts(&self) -> bool { |
| 610 | !self.missing_contexts.is_empty() |
| 611 | } |
| 612 | |
| 613 | /// Record a zombie span. |
| 614 | pub fn add_zombie(&mut self, zombie: Zombie) { |