Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ iter
Method
iter
atomic-core/src/record/workflow/graph_op/hunk.rs:472–474 ·
view source on GitHub ↗
Iterate over the hunks.
(&self)
Source
from the content-addressed store, hash-verified
470
471
/// Iterate over the hunks.
472
pub fn iter(&self) -> impl Iterator<Item = &BuiltHunk> {
473
self.hunks.iter()
474
}
475
}
476
477
impl IntoIterator for HunkBuildResult {
Callers
14
globalize_recorded_file
Function · 0.45
slice_lines
Function · 0.45
enrich_file_ops_for_add
Function · 0.45
enrich_file_ops_for_edit
Function · 0.45
enrich_lines_from_full_content
Function · 0.45
enrich_lines_from_hunk_content
Function · 0.45
create_content_vertices_per_line
Function · 0.45
should_use_opaque_generated_vertices
Function · 0.45
collect_sorted_content_vertices
Function · 0.45
collect_sorted_content_vertices_inode_ordered
Function · 0.45
dependencies_sorted
Method · 0.45
split_into_lines
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_build_result_iter
Function · 0.36