(&self)
| 61 | impl ModuleInstance { |
| 62 | #[inline] |
| 63 | pub(crate) fn idx(&self) -> ModuleInstanceAddr { |
| 64 | self.0.idx |
| 65 | } |
| 66 | |
| 67 | /// Type indices come from the module type section and are used by indirect calls. |
| 68 | #[inline] |
no outgoing calls
no test coverage detected