Get the number of order conflicts.
(&self)
| 376 | |
| 377 | /// Get the number of order conflicts. |
| 378 | pub fn order_conflict_count(&self) -> usize { |
| 379 | self.order_conflicts.len() |
| 380 | } |
| 381 | |
| 382 | /// Check if there are any order conflicts. |
| 383 | pub fn has_order_conflicts(&self) -> bool { |
no test coverage detected