Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_del
Function · 0.85
test_file_move
Function · 0.85
test_replacement
Function · 0.85
test_solve_name_conflict
Function · 0.85
test_atom_count_replacement
Function · 0.85
Calls
1
test_hash_position
Function · 0.70
Tested by
no test coverage detected