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

Method iter

atomic-core/src/diff/ops.rs:455–457  ·  view source on GitHub ↗

Iterate over all operations.

(&self)

Source from the content-addressed store, hash-verified

453
454 /// Iterate over all operations.
455 pub fn iter(&self) -> impl Iterator<Item = &DiffOp> {
456 self.ops.iter()
457 }
458
459 /// Iterate over only the change operations (non-Equal).
460 pub fn changes(&self) -> impl Iterator<Item = &DiffOp> {

Callers 15

from_base32Method · 0.45
fork_group_forMethod · 0.45
diff_tokensFunction · 0.45
merge_opsFunction · 0.45
reassemble_tokensFunction · 0.45
try_mergeMethod · 0.45
get_view_by_idMethod · 0.45
list_viewsMethod · 0.45
iter_treeMethod · 0.45
iter_file_indexMethod · 0.45

Calls

no outgoing calls