Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ before
Method
before
libs/error-stack/src/fmt/mod.rs:710–713 ·
view source on GitHub ↗
(mut self, line: Line)
Source
from the content-addressed store, hash-verified
708
}
709
710
fn before(mut self, line: Line) -> Self {
711
self.0.push_front(line);
712
self
713
}
714
715
fn after(mut self, line: Line) -> Self {
716
self.0.push_back(line);
Callers
2
debug_render
Function · 0.80
fmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected