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

Function test_builder_default

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

Source from the content-addressed store, hash-verified

608
609 #[test]
610 fn test_builder_default() {
611 let options = ApplyOptions::builder().build();
612 assert_eq!(options, ApplyOptions::default());
613 }
614
615 #[test]
616 fn test_builder_from_strict() {

Callers

nothing calls this directly

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected