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

Source from the content-addressed store, hash-verified

731
732 #[test]
733 fn test_path_element_conflict() {
734 let sides = vec![ConflictPath::new(), ConflictPath::new()];
735 let elem = PathElement::conflict(sides);
736 assert!(!elem.is_scc());
737 assert!(elem.is_conflict());
738 assert_eq!(elem.scc_id(), None);
739 }
740
741 #[test]
742 fn test_path_element_debug() {

Callers

nothing calls this directly

Calls 1

conflictFunction · 0.85

Tested by

no test coverage detected