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

Method validate_references

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

Source from the content-addressed store, hash-verified

282 /// Returns whether reference validation is enabled.
283 #[inline]
284 pub fn validate_references(&self) -> bool {
285 self.validate_references
286 }
287
288 /// Returns whether conflict tracking is enabled.
289 #[inline]

Calls

no outgoing calls