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

Method actionCount

app/src/UI/Dashboard.cpp:469–472  ·  view source on GitHub ↗

* @brief Retrieves the count of actions available within the dashboard. */

Source from the content-addressed store, hash-verified

467 * @brief Retrieves the count of actions available within the dashboard.
468 */
469int UI::Dashboard::actionCount() const
470{
471 return m_actions.count();
472}
473
474/**
475 * @brief Gets the total count of widgets currently available on the dashboard.

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected