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

Method from

atomic-repository/src/redb_change_store/mod.rs:86–88  ·  view source on GitHub ↗
(e: redb::DatabaseError)

Source from the content-addressed store, hash-verified

84
85impl From<redb::DatabaseError> for RedbStoreError {
86 fn from(e: redb::DatabaseError) -> Self {
87 RedbStoreError::Database(Box::new(e))
88 }
89}
90
91impl From<redb::TransactionError> for RedbStoreError {

Callers

nothing calls this directly

Calls 1

TableClass · 0.85

Tested by

no test coverage detected