(&self)
| 812 | |
| 813 | #[cfg(feature = "runtime")] |
| 814 | pub(crate) fn custom_code_memory(&self) -> Option<&Arc<dyn CustomCodeMemory>> { |
| 815 | self.config().custom_code_memory.as_ref() |
| 816 | } |
| 817 | |
| 818 | #[cfg(target_has_atomic = "64")] |
| 819 | pub(crate) fn epoch_counter(&self) -> &AtomicU64 { |
no test coverage detected