Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ iter
Method
iter
atomic-core/src/crdt/apply/order.rs:340–342 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
338
/// Returns an iterator over the elements.
339
#[inline]
340
pub fn iter(&self) -> impl Iterator<Item = &Id> {
341
self.elements.iter()
342
}
343
344
/// Returns the elements as a slice.
345
#[inline]
Callers
5
iter_trunk_branches_in_file_order
Function · 0.45
resolve_position
Method · 0.45
position
Method · 0.45
test_sequence_iter
Function · 0.45
test_classification_mutual_exclusion
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_sequence_iter
Function · 0.36
test_classification_mutual_exclusion
Function · 0.36