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

Method syncRuntime

app/src/DataModel/ProjectModel.cpp:7665–7669  ·  view source on GitHub ↗

* @brief Rebuilds the live frame pipeline from the current project and clears the runtime-dirty * flag. Resets the dashboard the same way the enable/disable toggle does. */

Source from the content-addressed store, hash-verified

7663 * flag. Resets the dashboard the same way the enable/disable toggle does.
7664 */
7665void DataModel::ProjectModel::syncRuntime()
7666{
7667 m_runtimeDirty = false;
7668 DataModel::FrameBuilder::instance().syncFromProjectModel();
7669}
7670
7671/**
7672 * @brief Flushes any pending debounced autosave synchronously (called on app quit).

Callers

nothing calls this directly

Calls 1

syncFromProjectModelMethod · 0.80

Tested by

no test coverage detected