()
| 417 | |
| 418 | #[test] |
| 419 | fn test_empty_vertex() { |
| 420 | let change = NodeId::new(42); |
| 421 | let node = make_internal_vertex(change, 10, 10); |
| 422 | |
| 423 | assert!(node.is_empty()); |
| 424 | assert!(!node.is_root()); |
| 425 | } |
| 426 | |
| 427 | // Edge Flag Tests |
| 428 |
nothing calls this directly
no test coverage detected