MCPcopy Create free account
hub / github.com/Alexays/Waybar / disarm_timer

Method disarm_timer

src/modules/mpd/state.cpp:346–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void 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
354void Disconnected::entry() noexcept {
355 ctx_->emit();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected