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

Method sourceCount

app/src/DataModel/ProjectModel.cpp:1265–1268  ·  view source on GitHub ↗

* @brief Returns the number of configured data sources. */

Source from the content-addressed store, hash-verified

1263 * @brief Returns the number of configured data sources.
1264 */
1265int DataModel::ProjectModel::sourceCount() const noexcept
1266{
1267 return static_cast<int>(m_sources.size());
1268}
1269
1270/**
1271 * @brief Returns the editor-owned workspace list (always m_workspaces).

Callers 3

summarizeCurrentProjectFunction · 0.80
sourceAddMethod · 0.80
currentSummaryMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected