| 20 | } |
| 21 | |
| 22 | bool Initialize(CoreRef core) override { |
| 23 | PYBIND11_OVERRIDE_PURE(bool, ModuleBase, Initialize, core); |
| 24 | } |
| 25 | |
| 26 | bool Start() override { |
| 27 | PYBIND11_OVERRIDE_PURE(bool, ModuleBase, Start); |
nothing calls this directly
no outgoing calls
no test coverage detected