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

Method cldShift_down

src/modules/clock.cpp:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 cldCurrShift_ += (months)((cldMode_ == CldMode::YEAR) ? 12 : 1) * cldShift_;
485}
486void waybar::modules::Clock::cldShift_down() {
487 cldCurrShift_ -= (months)((cldMode_ == CldMode::YEAR) ? 12 : 1) * cldShift_;
488}
489void waybar::modules::Clock::cldShift_reset() { cldCurrShift_ = (months)0; }
490void waybar::modules::Clock::tz_up() {
491 const auto tzSize{tzList_.size()};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected