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

Method fftPlotRunning

app/src/UI/Dashboard.cpp:869–875  ·  view source on GitHub ↗

* @brief Checks whether an FFT plot is currently active. */

Source from the content-addressed store, hash-verified

867 * @brief Checks whether an FFT plot is currently active.
868 */
869bool UI::Dashboard::fftPlotRunning(const int index)
870{
871 if (m_activeFFTPlots.contains(index))
872 return m_activeFFTPlots[index];
873
874 return false;
875}
876
877/**
878 * @brief Checks whether a multiplot is currently active.

Callers 1

runningMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected