* @brief Returns whether updates are currently active. */
| 309 | * @brief Returns whether updates are currently active. |
| 310 | */ |
| 311 | bool Widgets::Waterfall::running() const noexcept |
| 312 | { |
| 313 | return UI::Dashboard::instance().waterfallRunning(m_index); |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * @brief Returns the active color map identifier. |
nothing calls this directly
no test coverage detected