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

Function test_builder_from_strict

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

Source from the content-addressed store, hash-verified

614
615 #[test]
616 fn test_builder_from_strict() {
617 let options = ApplyOptionsBuilder::from_strict().build();
618 assert_eq!(options, ApplyOptions::strict());
619 }
620
621 #[test]
622 fn test_builder_from_lenient() {

Callers

nothing calls this directly

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected