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

Method user_actionable

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

Returns conflicts that require user action.

(&self)

Source from the content-addressed store, hash-verified

610
611 /// Returns conflicts that require user action.
612 pub fn user_actionable(&self) -> impl Iterator<Item = &CrdtConflict> {
613 self.conflicts.iter().filter(|c| c.requires_user_action())
614 }
615
616 /// Returns `true` if there are any unresolved conflicts.
617 pub fn has_unresolved(&self) -> bool {

Callers 1

Calls 2

requires_user_actionMethod · 0.80
iterMethod · 0.45

Tested by 1