Get the number of missing context conflicts.
(&self)
| 351 | |
| 352 | /// Get the number of missing context conflicts. |
| 353 | pub fn missing_context_count(&self) -> usize { |
| 354 | self.missing_contexts.len() |
| 355 | } |
| 356 | |
| 357 | /// Check if there are any missing context conflicts. |
| 358 | pub fn has_missing_contexts(&self) -> bool { |
no test coverage detected