MCPcopy 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

resolve_positionMethod · 0.45
positionMethod · 0.45
test_sequence_iterFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_sequence_iterFunction · 0.36