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

Method fail_on_conflict

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

Source from the content-addressed store, hash-verified

294 /// Returns whether to fail on conflict.
295 #[inline]
296 pub fn fail_on_conflict(&self) -> bool {
297 self.fail_on_conflict
298 }
299
300 /// Returns whether duplicate IDs are allowed.
301 #[inline]

Calls

no outgoing calls