MCPcopy 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
326impl From<std::io::Error> for OutputError {
327 fn from(err: std::io::Error) -> Self {
328 Self::Io(err)
329 }
330}
331
332impl From<PristineError> for OutputError {

Callers

nothing calls this directly

Calls 1

PristineClass · 0.85

Tested by

no test coverage detected