MCPcopy Create free account
hub / github.com/hashintel/hash / into_iter

Method into_iter

libs/error-stack/src/fmt/mod.rs:701–703  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

699 }
700
701 fn into_iter(self) -> alloc::collections::vec_deque::IntoIter<Line> {
702 self.0.into_iter()
703 }
704
705 fn then(mut self, other: Self) -> Self {
706 self.0.extend(other.0);

Callers 15

test_root_sortingFunction · 0.45
insertFunction · 0.45
seedMethod · 0.45
updateFunction · 0.45
properties_addFunction · 0.45
properties_removeFunction · 0.45
properties_replaceFunction · 0.45
type_idsFunction · 0.45
insertFunction · 0.45
properties_removeFunction · 0.45
seedFunction · 0.45
prepare_requestMethod · 0.45

Calls

no outgoing calls

Tested by 7

test_root_sortingFunction · 0.36
remove_builtin_messagesFunction · 0.36
anyhow_nostdFunction · 0.36
collect_singleFunction · 0.36
collect_multipleFunction · 0.36
collect_noneFunction · 0.36