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

Method store

nodedb/src/storage/cold.rs:394–396  ·  view source on GitHub ↗

Access the object store (used by cold_query module).

(&self)

Source from the content-addressed store, hash-verified

392
393 /// Access the object store (used by cold_query module).
394 pub(super) fn store(&self) -> Arc<dyn ObjectStore> {
395 Arc::clone(&self.store)
396 }
397
398 /// Access the configured prefix (used by cold_query module).
399 pub(super) fn prefix(&self) -> &str {

Callers 15

set_limitMethod · 0.45
resetMethod · 0.45
submitMethod · 0.45
try_pushMethod · 0.45
try_popMethod · 0.45
drain_intoMethod · 0.45
dropMethod · 0.45
updateMethod · 0.45
recordMethod · 0.45
drain_intoMethod · 0.45

Calls

no outgoing calls