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

Method unresolved_count

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

Returns the count of unresolved conflicts.

(&self)

Source from the content-addressed store, hash-verified

625
626 /// Returns the count of unresolved conflicts.
627 pub fn unresolved_count(&self) -> usize {
628 self.conflicts.iter().filter(|c| !c.is_resolved()).count()
629 }
630
631 // Merge
632

Callers

nothing calls this directly

Calls 3

countMethod · 0.45
iterMethod · 0.45
is_resolvedMethod · 0.45

Tested by

no test coverage detected