Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
6
test_builder_validate_content_ranges
Function · 0.80
test_builder_chaining
Function · 0.80
test_has_validation_all_disabled
Function · 0.80
test_has_validation_ordering_only
Function · 0.80
test_has_validation_references_only
Function · 0.80
test_has_validation_content_only
Function · 0.80
Calls
no outgoing calls
Tested by
6
test_builder_validate_content_ranges
Function · 0.64
test_builder_chaining
Function · 0.64
test_has_validation_all_disabled
Function · 0.64
test_has_validation_ordering_only
Function · 0.64
test_has_validation_references_only
Function · 0.64
test_has_validation_content_only
Function · 0.64