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

Method into_vec

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

Source from the content-addressed store, hash-verified

718 }
719
720 fn into_vec(self) -> Vec<Line> {
721 self.0.into_iter().collect()
722 }
723}
724
725impl FromIterator<Line> for Lines {

Callers 2

debug_attachmentsFunction · 0.45
fmtMethod · 0.45

Calls 2

collectMethod · 0.80
into_iterMethod · 0.45

Tested by

no test coverage detected