* @brief Returns the number of groups in the project. */
| 1219 | * @brief Returns the number of groups in the project. |
| 1220 | */ |
| 1221 | int DataModel::ProjectModel::groupCount() const noexcept |
| 1222 | { |
| 1223 | return static_cast<int>(m_groups.size()); |
| 1224 | } |
| 1225 | |
| 1226 | /** |
| 1227 | * @brief Returns the total number of datasets across all groups. |
no test coverage detected