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

Method iter

atomic-core/src/record/workflow/crdt/line_ops/analyzer.rs:148–150  ·  view source on GitHub ↗

Returns an iterator over all changes.

(&self)

Source from the content-addressed store, hash-verified

146
147 /// Returns an iterator over all changes.
148 pub fn iter(&self) -> impl Iterator<Item = &LineChange> {
149 self.changes.iter()
150 }
151
152 /// Returns the analysis statistics.
153 #[inline]

Callers 15

equalsMethod · 0.45
insertsMethod · 0.45
deletesMethod · 0.45
modifiesMethod · 0.45
movesMethod · 0.45
old_changesMethod · 0.45
new_changesMethod · 0.45
split_linesMethod · 0.45
is_binaryMethod · 0.45
iter_tokensMethod · 0.45
is_whitespace_onlyMethod · 0.45

Calls

no outgoing calls