MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / from

Method from

atomic-core/src/output/repo/file.rs:493–495  ·  view source on GitHub ↗
(e: std::io::Error)

Source from the content-addressed store, hash-verified

491
492impl<WE> From<std::io::Error> for FileOutputError<WE> {
493 fn from(e: std::io::Error) -> Self {
494 Self::Io(e)
495 }
496}
497
498impl<WE> From<crate::pristine::PristineError> for FileOutputError<WE> {

Callers

nothing calls this directly

Calls 1

ChangeStoreInterface · 0.50

Tested by

no test coverage detected