Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_lines
Method · 0.80
replaceRange
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected