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

Method running

app/src/UI/Widgets/Plot.cpp:200–203  ·  view source on GitHub ↗

* @brief Checks whether plot data updates are currently active. */

Source from the content-addressed store, hash-verified

198 * @brief Checks whether plot data updates are currently active.
199 */
200bool Widgets::Plot::running() const noexcept
201{
202 return UI::Dashboard::instance().plotRunning(m_index);
203}
204
205/**
206 * @brief Returns the current interpolation mode.

Callers 2

setScriptMethod · 0.45
getStatusMethod · 0.45

Calls 1

plotRunningMethod · 0.80

Tested by

no test coverage detected