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

Method add

atomic-core/src/crdt/apply/conflict.rs:535–537  ·  view source on GitHub ↗
(&mut self, conflict: CrdtConflict)

Source from the content-addressed store, hash-verified

533 /// Adds a conflict to the tracker.
534 #[inline]
535 pub fn add(&mut self, conflict: CrdtConflict) {
536 self.conflicts.push(conflict);
537 }
538
539 /// Adds a conflict with a specific kind and description.
540 #[inline]

Callers 1

test_tracker_addFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by 1

test_tracker_addFunction · 0.36