MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / running

Method running

app/src/UI/Widgets/Waterfall.cpp:311–314  ·  view source on GitHub ↗

* @brief Returns whether updates are currently active. */

Source from the content-addressed store, hash-verified

309 * @brief Returns whether updates are currently active.
310 */
311bool 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.

Callers

nothing calls this directly

Calls 1

waterfallRunningMethod · 0.80

Tested by

no test coverage detected