Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ validate_ordering
Method
validate_ordering
atomic-core/src/crdt/apply/options.rs:278–280 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
276
/// Returns whether ordering validation is enabled.
277
#[inline]
278
pub fn validate_ordering(&self) -> bool {
279
self.validate_ordering
280
}
281
282
/// Returns whether reference validation is enabled.
283
#[inline]
Callers
8
test_builder_validate_ordering
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
test_serde_roundtrip
Function · 0.80
test_builder_clone
Function · 0.80
Calls
no outgoing calls
Tested by
8
test_builder_validate_ordering
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
test_serde_roundtrip
Function · 0.64
test_builder_clone
Function · 0.64