Access the object store (used by cold_query module).
(&self)
| 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 { |
no outgoing calls