| 20 | ~ExecutorModule() override = default; |
| 21 | |
| 22 | ModuleInfo Info() const override { |
| 23 | return ModuleInfo{.name = "ContextExecutorModule"}; |
| 24 | } |
| 25 | |
| 26 | bool Initialize(aimrt::CoreRef core) override; |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected