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

Method into_iter

atomic-core/src/diff/ops.rs:551–553  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

549 type IntoIter = std::vec::IntoIter<DiffOp>;
550
551 fn into_iter(self) -> Self::IntoIter {
552 self.ops.into_iter()
553 }
554}
555
556impl<'a> IntoIterator for &'a DiffResult {

Callers 15

find_activeMethod · 0.45
find_endedMethod · 0.45
handle_session_startMethod · 0.45
take_snapshotFunction · 0.45
extract_file_pathFunction · 0.45
tokenizeFunction · 0.45
iter_adjacentMethod · 0.45
detect_fork_conflictsFunction · 0.45
output_graph_contentFunction · 0.45
collect_childrenFunction · 0.45

Calls 1

iterMethod · 0.45

Tested by 4

iter_adjacentMethod · 0.36