* @brief Returns whether change-driven transform execution is enabled for this project. */
| 1211 | * @brief Returns whether change-driven transform execution is enabled for this project. |
| 1212 | */ |
| 1213 | bool DataModel::ProjectModel::changeDrivenTransforms() const noexcept |
| 1214 | { |
| 1215 | return m_changeDrivenTransforms; |
| 1216 | } |
| 1217 | |
| 1218 | /** |
| 1219 | * @brief Returns the number of groups in the project. |
no outgoing calls
no test coverage detected