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

Function test_builder_track_conflicts

atomic-core/src/crdt/apply/options.rs:640–643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

638
639 #[test]
640 fn test_builder_track_conflicts() {
641 let options = ApplyOptions::builder().track_conflicts(false).build();
642 assert!(!options.track_conflicts());
643 }
644
645 #[test]
646 fn test_builder_fail_on_conflict() {

Callers

nothing calls this directly

Calls 2

track_conflictsMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected