MCPcopy 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
21impl From<std::io::Error> for TraceError {
22 fn from(e: std::io::Error) -> Self {
23 TraceError::Io(e.to_string())
24 }
25}
26
27impl From<serde_json::Error> for TraceError {

Callers 6

PdfPreviewFunction · 0.45
stripProxyInjectionsFunction · 0.45
collectRelativeUrlsFunction · 0.45
OutputCardFunction · 0.45
extractFilesFunction · 0.45
NodeMapViewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected