Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ into_iter
Method
into_iter
atomic-core/src/record/workflow/graph_op/hunk.rs:481–483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
479
type IntoIter = std::vec::IntoIter<BuiltHunk>;
480
481
fn into_iter(self) -> Self::IntoIter {
482
self.hunks.into_iter()
483
}
484
}
485
486
impl<
'a> IntoIterator for &'
a HunkBuildResult {
Callers
8
create_content_vertex
Function · 0.45
globalize_insert
Function · 0.45
globalize_replace
Function · 0.45
globalize_replace_whole_file
Function · 0.45
collect_sorted_content_vertices
Function · 0.45
collect_sorted_content_vertices_inode_ordered
Function · 0.45
test_build_result_into_iterator
Function · 0.45
test_build_result_ref_iterator
Function · 0.45
Calls
1
iter
Method · 0.45
Tested by
2
test_build_result_into_iterator
Function · 0.36
test_build_result_ref_iterator
Function · 0.36