(pos: u64)
| 876 | use std::io::Cursor; |
| 877 | |
| 878 | fn test_hash_position(pos: u64) -> Position<Option<Hash>> { |
| 879 | Position::new(Some(Hash::of(b"test")), ChangePosition::new(pos)) |
| 880 | } |
| 881 | |
| 882 | fn test_new_vertex() -> Insertion<Option<Hash>> { |
| 883 | Insertion { |
no outgoing calls
no test coverage detected