MCPcopy 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
486impl<'a> IntoIterator for &'a HunkBuildResult {

Calls 1

iterMethod · 0.45

Tested by 2