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

Method groupCount

app/src/DataModel/ProjectModel.cpp:1221–1224  ·  view source on GitHub ↗

* @brief Returns the number of groups in the project. */

Source from the content-addressed store, hash-verified

1219 * @brief Returns the number of groups in the project.
1220 */
1221int 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.

Callers 7

summarizeCurrentProjectFunction · 0.45
getStatusMethod · 0.45
loadFromJSONMethod · 0.45
loadIntoFrameBuilderMethod · 0.45
templateApplyMethod · 0.45
currentSummaryMethod · 0.45
moveCurrentGroupMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected