(&self, idx: StaticModuleIndex)
| 488 | } |
| 489 | |
| 490 | pub(crate) fn static_module(&self, idx: StaticModuleIndex) -> &Module { |
| 491 | &self.inner.static_modules[idx] |
| 492 | } |
| 493 | |
| 494 | #[cfg(any(feature = "profiling", feature = "debug"))] |
| 495 | pub(crate) fn static_modules(&self) -> impl Iterator<Item = &Module> { |
no outgoing calls
no test coverage detected