MCPcopy Create free account
hub / github.com/chrxh/alien / setRolloutToClusters

Method setRolloutToClusters

source/Gui/EditorModel.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void EditorModel::setRolloutToClusters(bool value)
93{
94 if (!_forceNoRollout) {
95 _rolloutToClusters = value;
96 }
97}
98
99bool EditorModel::isRolloutToClusters() const
100{

Callers 1

processInternMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected