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

Function redb_err

nodedb/src/engine/graph/edge_store/store.rs:35–40  ·  view source on GitHub ↗
(ctx: &str, e: E)

Source from the content-addressed store, hash-verified

33 TableDefinition::new("reverse_edges");
34
35pub(super) fn redb_err<E: std::fmt::Display>(ctx: &str, e: E) -> crate::Error {
36 crate::Error::Storage {
37 engine: "graph".into(),
38 detail: format!("{ctx}: {e}"),
39 }
40}
41
42// Re-export shared Direction from nodedb-types.
43pub use nodedb_types::graph::Direction;

Callers 15

export_edgesMethod · 0.70
scan_edges_for_tenantMethod · 0.70
put_edge_rawMethod · 0.70
openMethod · 0.70
purge_tenantMethod · 0.70
purge_collectionMethod · 0.70
neighbors_inMethod · 0.70
ceiling_resolve_edgeMethod · 0.50
put_edge_versionedMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected