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

Method plotRunning

app/src/UI/Dashboard.cpp:858–864  ·  view source on GitHub ↗

* @brief Checks whether a plot is currently active. */

Source from the content-addressed store, hash-verified

856 * @brief Checks whether a plot is currently active.
857 */
858bool UI::Dashboard::plotRunning(const int index)
859{
860 if (m_activePlots.contains(index))
861 return m_activePlots[index];
862
863 return false;
864}
865
866/**
867 * @brief Checks whether an FFT plot is currently active.

Callers 1

runningMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected