Legacy compatibility - verify attack failed
(tree: &BPlusTreeMap<i32, String>, context: &str)
| 491 | |
| 492 | /// Legacy compatibility - verify attack failed |
| 493 | pub fn assert_attack_failed(tree: &BPlusTreeMap<i32, String>, context: &str) { |
| 494 | assert_invariants(tree, context); |
| 495 | } |
| 496 | |
| 497 | /// Legacy compatibility - verify attack failed for integer trees |
| 498 | pub fn assert_attack_failed_int(tree: &BPlusTreeMap<i32, i32>, context: &str) { |
no test coverage detected