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

Method scheduleTreeRebuild

app/src/DataModel/ProjectEditor.cpp:1310–1314  ·  view source on GitHub ↗

* @brief Coalesces rapid ProjectModel mutation bursts into a single rebuild. */

Source from the content-addressed store, hash-verified

1308 * @brief Coalesces rapid ProjectModel mutation bursts into a single rebuild.
1309 */
1310void DataModel::ProjectEditor::scheduleTreeRebuild()
1311{
1312 if (!m_rebuildTimer.isActive())
1313 m_rebuildTimer.start();
1314}
1315
1316/**
1317 * @brief Rebuilds the project-structure tree, restoring expansion and selection.

Callers

nothing calls this directly

Calls 2

isActiveMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected