Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ from
Method
from
atomic-core/src/pristine/error.rs:332–334 ·
view source on GitHub ↗
(e: redb::DatabaseError)
Source
from the content-addressed store, hash-verified
330
331
impl From<redb::DatabaseError> for PristineError {
332
fn from(e: redb::DatabaseError) -> Self {
333
Self::Database(Box::new(e))
334
}
335
}
336
337
impl From<redb::TransactionError> for PristineError {
Callers
nothing calls this directly
Calls
1
Table
Class · 0.85
Tested by
no test coverage detected