| 344 | } |
| 345 | |
| 346 | void Disconnected::disarm_timer() noexcept { |
| 347 | // unregister timer, if present |
| 348 | if (timer_connection_.connected()) { |
| 349 | timer_connection_.disconnect(); |
| 350 | spdlog::debug("mpd: Disconnected: disabled interval timer."); |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | void Disconnected::entry() noexcept { |
| 355 | ctx_->emit(); |
nothing calls this directly
no outgoing calls
no test coverage detected