MCPcopy 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]

Calls

no outgoing calls