Returns the current [`InstrumentedObjectStoreMode`] for this [`InstrumentedObjectStoreRegistry`]
(&self)
| 791 | /// Returns the current [`InstrumentedObjectStoreMode`] for this |
| 792 | /// [`InstrumentedObjectStoreRegistry`] |
| 793 | pub fn instrument_mode(&self) -> InstrumentedObjectStoreMode { |
| 794 | self.instrument_mode.load(Ordering::Relaxed).into() |
| 795 | } |
| 796 | |
| 797 | /// Sets the [`InstrumentedObjectStoreMode`] for this [`InstrumentedObjectStoreRegistry`] |
| 798 | pub fn set_instrument_mode(&self, mode: InstrumentedObjectStoreMode) { |
no test coverage detected