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

Function test_builder_validate_ordering

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

Source from the content-addressed store, hash-verified

626
627 #[test]
628 fn test_builder_validate_ordering() {
629 let options = ApplyOptions::builder().validate_ordering(false).build();
630 assert!(!options.validate_ordering());
631 }
632
633 #[test]
634 fn test_builder_validate_references() {

Callers

nothing calls this directly

Calls 2

validate_orderingMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected