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

Method unresolved

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

Returns unresolved conflicts.

(&self)

Source from the content-addressed store, hash-verified

620
621 /// Returns unresolved conflicts.
622 pub fn unresolved(&self) -> impl Iterator<Item = &CrdtConflict> {
623 self.conflicts.iter().filter(|c| !c.is_resolved())
624 }
625
626 /// Returns the count of unresolved conflicts.
627 pub fn unresolved_count(&self) -> usize {

Callers 1

test_tracker_unresolvedFunction · 0.80

Calls 2

iterMethod · 0.45
is_resolvedMethod · 0.45

Tested by 1

test_tracker_unresolvedFunction · 0.64