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

Function test_conflict_path_push

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

Source from the content-addressed store, hash-verified

668
669 #[test]
670 fn test_conflict_path_push() {
671 let mut path = ConflictPath::new();
672 path.push(PathElement::scc(SccId::new(1)));
673 path.push(PathElement::scc(SccId::new(2)));
674 assert_eq!(path.len(), 2);
675 }
676
677 #[test]
678 fn test_conflict_path_iter() {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected