Helper to create test positions
(pos: u64)
| 653 | |
| 654 | // Helper to create test positions |
| 655 | fn test_hash_position(pos: u64) -> Position<Hash> { |
| 656 | Position::new(Hash::of(b"test"), ChangePosition::new(pos)) |
| 657 | } |
| 658 | |
| 659 | fn test_new_vertex() -> Insertion<Hash> { |
| 660 | Insertion { |
no outgoing calls
no test coverage detected