Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ into_lines
Method
into_lines
libs/error-stack/src/fmt/mod.rs:664–667 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
662
}
663
664
fn into_lines(self) -> Lines {
665
let lines = Lines::new();
666
lines.after(self)
667
}
668
}
669
670
struct LineDisplay<'a> {
Callers
1
debug_attachments
Function · 0.80
Calls
1
after
Method · 0.80
Tested by
no test coverage detected