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

Method from

atomic-core/src/output/crdt.rs:490–492  ·  view source on GitHub ↗
(e: crate::pristine::PristineError)

Source from the content-addressed store, hash-verified

488
489impl<E> From<crate::pristine::PristineError> for CrdtOutputError<E> {
490 fn from(e: crate::pristine::PristineError) -> Self {
491 CrdtOutputError::Pristine(e)
492 }
493}
494
495/// Reconstruct a file's bytes by walking the CRDT layer.

Callers

nothing calls this directly

Calls 1

PristineClass · 0.85

Tested by

no test coverage detected