Provides access to all of the [`InstrumentedObjectStore`]s managed by this [`InstrumentedObjectStoreRegistry`]
(&self)
| 785 | /// Provides access to all of the [`InstrumentedObjectStore`]s managed by this |
| 786 | /// [`InstrumentedObjectStoreRegistry`] |
| 787 | pub fn stores(&self) -> Vec<Arc<InstrumentedObjectStore>> { |
| 788 | self.stores.read().clone() |
| 789 | } |
| 790 | |
| 791 | /// Returns the current [`InstrumentedObjectStoreMode`] for this |
| 792 | /// [`InstrumentedObjectStoreRegistry`] |
no test coverage detected