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

Method persistTreeExpansion

app/src/DataModel/ProjectEditor.cpp:5772–5775  ·  view source on GitHub ↗

* @brief Pushes the current tree expansion into the project model (e.g. after a manual toggle). */

Source from the content-addressed store, hash-verified

5770 * @brief Pushes the current tree expansion into the project model (e.g. after a manual toggle).
5771 */
5772void DataModel::ProjectEditor::persistTreeExpansion()
5773{
5774 DataModel::ProjectModel::instance().setTreeExpansion(snapshotTreeExpansion());
5775}
5776
5777//--------------------------------------------------------------------------------------------------
5778// Multi-selection

Callers

nothing calls this directly

Calls 1

setTreeExpansionMethod · 0.80

Tested by

no test coverage detected