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

Function test_edge_map

atomic-core/src/change/graph_op.rs:670–675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

668 }
669
670 fn test_edge_map() -> EdgeUpdate<Hash> {
671 EdgeUpdate {
672 edges: vec![],
673 inode: test_hash_position(0),
674 }
675 }
676
677 // GraphOp Type Tests
678

Callers 5

test_file_delFunction · 0.85
test_file_moveFunction · 0.85
test_replacementFunction · 0.85
test_solve_name_conflictFunction · 0.85

Calls 1

test_hash_positionFunction · 0.70

Tested by

no test coverage detected