Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
556
impl<
'a> IntoIterator for &'
a DiffResult {
Callers
15
find_active
Method · 0.45
find_ended
Method · 0.45
create_session_attestation
Method · 0.45
handle_session_start
Method · 0.45
take_snapshot
Function · 0.45
extract_file_path
Function · 0.45
tokenize
Function · 0.45
iter_adjacent
Method · 0.45
detect_fork_conflicts
Function · 0.45
output_graph_content
Function · 0.45
output_graph_content_resolved
Function · 0.45
collect_children
Function · 0.45
Calls
1
iter
Method · 0.45
Tested by
4
create_session_attestation
Method · 0.36
iter_adjacent
Method · 0.36
test_diff_result_iteration
Function · 0.36
dump_filtered_alive_graph_for_test
Function · 0.36