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

Method iter

atomic-core/src/crdt/apply/conflict.rs:566–568  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

564 /// Returns an iterator over the conflicts.
565 #[inline]
566 pub fn iter(&self) -> impl Iterator<Item = &CrdtConflict> {
567 self.conflicts.iter()
568 }
569
570 /// Returns a mutable iterator over the conflicts.
571 #[inline]

Callers 10

by_kindMethod · 0.45
count_by_kindMethod · 0.45
has_user_actionableMethod · 0.45
user_actionableMethod · 0.45
has_unresolvedMethod · 0.45
unresolvedMethod · 0.45
unresolved_countMethod · 0.45
merge_fromMethod · 0.45
into_iterMethod · 0.45
test_tracker_iterFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_tracker_iterFunction · 0.36