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

Method changeDrivenTransforms

app/src/DataModel/ProjectModel.cpp:1213–1216  ·  view source on GitHub ↗

* @brief Returns whether change-driven transform execution is enabled for this project. */

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected