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

Method available

app/src/UI/Dashboard.cpp:269–272  ·  view source on GitHub ↗

* @brief Checks if the dashboard is currently available. */

Source from the content-addressed store, hash-verified

267 * @brief Checks if the dashboard is currently available.
268 */
269bool UI::Dashboard::available() const
270{
271 return streamAvailable() && totalWidgetCount() > 0;
272}
273
274/**
275 * @brief Returns true if a rectangle with a list of actions should be displayed alongside the

Callers 3

stopPluginMethod · 0.80
onPluginFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected