| 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 | |
| 33 | public: |
| 34 | std::atomic<bool> thread_initialize{false}; |
nothing calls this directly
no outgoing calls
no test coverage detected