| 167 | m_is_loading(false) {} |
| 168 | |
| 169 | openhd::LEDManager::~LEDManager() { stop_loading_thread(); } |
| 170 | |
| 171 | void openhd::LEDManager::start_loading_thread() { |
| 172 | if (m_running) return; // already running |
nothing calls this directly
no outgoing calls
no test coverage detected