MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / redb_err

Function redb_err

nodedb/src/engine/sparse/fts_redb/backend/shared.rs:16–21  ·  view source on GitHub ↗
(ctx: &str, e: impl std::fmt::Display)

Source from the content-addressed store, hash-verified

14pub(super) const MAX_COLLECTION: &str = "\u{10ffff}";
15
16pub(super) fn redb_err(ctx: &str, e: impl std::fmt::Display) -> crate::Error {
17 crate::Error::Storage {
18 engine: "inverted".into(),
19 detail: format!("{ctx}: {e}"),
20 }
21}

Callers 15

readFunction · 0.70
writeFunction · 0.70
removeFunction · 0.70
collection_termsFunction · 0.70
writeFunction · 0.70
readFunction · 0.70
listFunction · 0.70
removeFunction · 0.70
compact_commitFunction · 0.70
list_all_collectionsFunction · 0.70
readFunction · 0.70
bumpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected