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

Function test_missing_context_down_context

atomic-core/src/apply/conflict.rs:571–577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569
570 #[test]
571 fn test_missing_context_down_context() {
572 let pos = make_position(42, 100);
573 let change = NodeId::new(50);
574 let conflict = MissingContextConflict::successors(pos, change);
575
576 assert!(!conflict.is_predecessor);
577 }
578
579 #[test]
580 fn test_missing_context_with_expected() {

Callers

nothing calls this directly

Calls 1

make_positionFunction · 0.70

Tested by

no test coverage detected