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

Method into_iter

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

Source from the content-addressed store, hash-verified

646 type IntoIter = std::vec::IntoIter<CrdtConflict>;
647
648 fn into_iter(self) -> Self::IntoIter {
649 self.conflicts.into_iter()
650 }
651}
652
653impl<'a> IntoIterator for &'a CrdtConflictTracker {

Callers 5

from_iterMethod · 0.45
test_merge_new_hashesFunction · 0.45

Calls 1

iterMethod · 0.45

Tested by 3

test_merge_new_hashesFunction · 0.36