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

Method mark_resolved

atomic-core/src/crdt/apply/conflict.rs:358–361  ·  view source on GitHub ↗

Marks this conflict as resolved with optional notes.

(&mut self, resolution: Option<String>)

Source from the content-addressed store, hash-verified

356
357 /// Marks this conflict as resolved with optional notes.
358 pub fn mark_resolved(&mut self, resolution: Option<String>) {
359 self.resolved = true;
360 self.resolution = resolution;
361 }
362
363 /// Marks this conflict as unresolved.
364 pub fn mark_unresolved(&mut self) {

Callers 6

test_tracker_iter_mutFunction · 0.80
test_tracker_unresolvedFunction · 0.80

Calls

no outgoing calls

Tested by 6

test_tracker_iter_mutFunction · 0.64
test_tracker_unresolvedFunction · 0.64