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

Function test_exceeds_limit_zero

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

Source from the content-addressed store, hash-verified

786
787 #[test]
788 fn test_exceeds_limit_zero() {
789 let options = ApplyOptions::builder().max_operations(Some(0)).build();
790 assert!(options.exceeds_limit(0));
791 }
792
793 // Display Tests
794

Callers

nothing calls this directly

Calls 2

max_operationsMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected