* @brief Gets the current point/sample count setting for the dashboard plots. */
| 459 | * @brief Gets the current point/sample count setting for the dashboard plots. |
| 460 | */ |
| 461 | int UI::Dashboard::points() const noexcept |
| 462 | { |
| 463 | return m_points; |
| 464 | } |
| 465 | |
| 466 | /** |
| 467 | * @brief Retrieves the count of actions available within the dashboard. |
no outgoing calls
no test coverage detected