* @brief Checks if the dashboard is currently available. */
| 267 | * @brief Checks if the dashboard is currently available. |
| 268 | */ |
| 269 | bool 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 |
no outgoing calls
no test coverage detected