* @brief Returns the number of configured data sources. */
| 1263 | * @brief Returns the number of configured data sources. |
| 1264 | */ |
| 1265 | int 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). |
no test coverage detected