| 27 | void onThreadCleanup() override { thread_cleanup = true; } |
| 28 | void onStarted() override { started = true; } |
| 29 | void onStopped() override { stopped = true; } |
| 30 | void onIdle() override { idle = true; } |
| 31 | void onError(int error, const std::string& category, const std::string& message) override { errors = true; } |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected