Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ from
Method
from
atomic-core/src/output/repo/error.rs:327–329 ·
view source on GitHub ↗
(err: std::io::Error)
Source
from the content-addressed store, hash-verified
325
326
impl From<std::io::Error> for OutputError {
327
fn from(err: std::io::Error) -> Self {
328
Self::Io(err)
329
}
330
}
331
332
impl From<PristineError> for OutputError {
Callers
nothing calls this directly
Calls
1
Pristine
Class · 0.85
Tested by
no test coverage detected