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

Method validate_content_ranges

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

Source from the content-addressed store, hash-verified

318 /// Returns whether content range validation is enabled.
319 #[inline]
320 pub fn validate_content_ranges(&self) -> bool {
321 self.validate_content_ranges
322 }
323
324 // Utility Methods
325

Calls

no outgoing calls