Get the current executor.
| 31 | |
| 32 | /// Get the current executor. |
| 33 | Executor::Executor *getExecutor() const noexcept { return Exec; } |
| 34 | |
| 35 | /// Get the current module on this frame. |
| 36 | const Instance::ModuleInstance *getModule() const noexcept { return Module; } |
no outgoing calls
no test coverage detected