Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
impl From<redb::DatabaseError> for RedbStoreError {
86
fn from(e: redb::DatabaseError) -> Self {
87
RedbStoreError::Database(Box::new(e))
88
}
89
}
90
91
impl From<redb::TransactionError> for RedbStoreError {
Callers
nothing calls this directly
Calls
1
Table
Class · 0.85
Tested by
no test coverage detected