Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamSaffron/op-cache
/ from
Method
from
src/error.rs:28–30 ·
view source on GitHub ↗
(e: anyhow::Error)
Source
from the content-addressed store, hash-verified
26
27
impl From<anyhow::Error> for Error {
28
fn from(e: anyhow::Error) -> Self {
29
Error::Internal(e.to_string())
30
}
31
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected