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

Method max_operations

atomic-core/src/crdt/apply/options.rs:314–316  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

312 /// Returns the maximum number of operations, if set.
313 #[inline]
314 pub fn max_operations(&self) -> Option<usize> {
315 self.max_operations
316 }
317
318 /// Returns whether content range validation is enabled.
319 #[inline]

Callers 11

test_builder_chainingFunction · 0.80
test_exceeds_limit_zeroFunction · 0.80
test_display_with_maxFunction · 0.80
test_serde_roundtripFunction · 0.80
test_cloneFunction · 0.80
test_builder_cloneFunction · 0.80

Calls

no outgoing calls

Tested by 11

test_builder_chainingFunction · 0.64
test_exceeds_limit_zeroFunction · 0.64
test_display_with_maxFunction · 0.64
test_serde_roundtripFunction · 0.64
test_cloneFunction · 0.64
test_builder_cloneFunction · 0.64