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

Source from the content-addressed store, hash-verified

778
779 #[test]
780 fn test_conflict_path_push() {
781 let mut path = ConflictPath::new();
782 path.push(PathElement::scc(SccId::new(1)));
783 path.push(PathElement::scc(SccId::new(2)));
784 assert_eq!(path.len(), 2);
785 }
786
787 #[test]
788 fn test_conflict_path_iter() {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected