Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIScientists-Dev/Flowtrace
/ from
Method
from
crates/flowtrace-core/src/error.rs:22–24 ·
view source on GitHub ↗
(e: std::io::Error)
Source
from the content-addressed store, hash-verified
20
21
impl From<std::io::Error> for TraceError {
22
fn from(e: std::io::Error) -> Self {
23
TraceError::Io(e.to_string())
24
}
25
}
26
27
impl From<serde_json::Error> for TraceError {
Callers
6
PdfPreview
Function · 0.45
stripProxyInjections
Function · 0.45
collectRelativeUrls
Function · 0.45
OutputCard
Function · 0.45
extractFiles
Function · 0.45
NodeMapView
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected