Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
653
impl<
'a> IntoIterator for &'
a CrdtConflictTracker {
Callers
5
iter_trunk_branches_in_file_order
Function · 0.45
from_iter
Method · 0.45
test_tracker_from_iterator
Function · 0.45
test_merge_new_hashes
Function · 0.45
test_merge_with_duplicates
Function · 0.45
Calls
1
iter
Method · 0.45
Tested by
3
test_tracker_from_iterator
Function · 0.36
test_merge_new_hashes
Function · 0.36
test_merge_with_duplicates
Function · 0.36