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:918–924  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

916
917 #[test]
918 fn test_path_with_only_conflicts() {
919 let mut path = ConflictPath::new();
920 let sides = vec![ConflictPath::new()];
921 path.push(PathElement::conflict(sides));
922
923 assert_eq!(path.len(), 1);
924 }
925
926 #[test]
927 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