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

Function test_builder_max_operations

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

Source from the content-addressed store, hash-verified

664
665 #[test]
666 fn test_builder_max_operations() {
667 let options = ApplyOptions::builder().max_operations(Some(100)).build();
668 assert_eq!(options.max_operations(), Some(100));
669 }
670
671 #[test]
672 fn test_builder_max_operations_none() {

Callers

nothing calls this directly

Calls 2

max_operationsMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected