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
bytes_from_lanesFunction · 0.45
addMethod · 0.45
removeMethod · 0.45
permutation_invarianceFunction · 0.45
remove_inverts_addFunction · 0.45
combine_equals_unionFunction · 0.45
different_sets_differFunction · 0.45
hex_roundtripFunction · 0.45

Calls

no outgoing calls

Tested by 15

permutation_invarianceFunction · 0.36
remove_inverts_addFunction · 0.36
combine_equals_unionFunction · 0.36
different_sets_differFunction · 0.36
hex_roundtripFunction · 0.36
iter_adjacentMethod · 0.36
iter_forward_alive_onlyFunction · 0.36
iter_parents_alive_onlyFunction · 0.36