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

Function test_path_element_conflict

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

Source from the content-addressed store, hash-verified

621
622 #[test]
623 fn test_path_element_conflict() {
624 let sides = vec![ConflictPath::new(), ConflictPath::new()];
625 let elem = PathElement::conflict(sides);
626 assert!(!elem.is_scc());
627 assert!(elem.is_conflict());
628 assert_eq!(elem.scc_id(), None);
629 }
630
631 #[test]
632 fn test_path_element_debug() {

Callers

nothing calls this directly

Calls 1

conflictFunction · 0.85

Tested by

no test coverage detected