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

Method object_store

nodedb/src/storage/cold.rs:389–391  ·  view source on GitHub ↗

Get the underlying object store (for DataFusion registration).

(&self)

Source from the content-addressed store, hash-verified

387
388 /// Get the underlying object store (for DataFusion registration).
389 pub fn object_store(&self) -> Arc<dyn ObjectStore> {
390 Arc::clone(&self.store)
391 }
392
393 /// Access the object store (used by cold_query module).
394 pub(super) fn store(&self) -> Arc<dyn ObjectStore> {

Callers 2

upload_raw_segmentFunction · 0.80
drain_onceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected