MCPcopy 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
477impl IntoIterator for HunkBuildResult {

Calls

no outgoing calls

Tested by 1

test_build_result_iterFunction · 0.36