MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_hash_position

Function test_hash_position

atomic-core/src/change/atom.rs:482–484  ·  view source on GitHub ↗
(pos: u64)

Source from the content-addressed store, hash-verified

480 }
481
482 fn test_hash_position(pos: u64) -> Position<Hash> {
483 Position::new(Hash::of(b"test"), ChangePosition::new(pos))
484 }
485
486 // Atom Tests
487

Callers 15

test_atom_is_new_vertexFunction · 0.70
test_atom_is_edge_mapFunction · 0.70
test_atom_as_new_vertexFunction · 0.70
test_atom_inodeFunction · 0.70
test_atom_from_edge_mapFunction · 0.70
test_new_vertex_lenFunction · 0.70
test_new_vertex_emptyFunction · 0.70
test_new_vertex_contextFunction · 0.70
test_new_vertex_displayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected