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

Method after

libs/error-stack/src/fmt/mod.rs:715–718  ·  view source on GitHub ↗
(mut self, line: Line)

Source from the content-addressed store, hash-verified

713 }
714
715 fn after(mut self, line: Line) -> Self {
716 self.0.push_back(line);
717 self
718 }
719
720 fn into_vec(self) -> Vec<Line> {
721 self.0.into_iter().collect()

Callers 2

into_linesMethod · 0.80
replaceRangeMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected