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

Function test_path_with_only_conflicts

atomic-core/src/output/alive/order.rs:1136–1142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1134
1135 #[test]
1136 fn test_path_with_only_conflicts() {
1137 let mut path = ConflictPath::new();
1138 let sides = vec![ConflictPath::new()];
1139 path.push(PathElement::conflict(sides));
1140
1141 assert_eq!(path.len(), 1);
1142 }
1143
1144 #[test]
1145 fn test_order_result_forward_edges() {

Callers

nothing calls this directly

Calls 2

conflictFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected