Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void EditorModel::setRolloutToClusters(bool value)
93
{
94
if (!_forceNoRollout) {
95
_rolloutToClusters = value;
96
}
97
}
98
99
bool EditorModel::isRolloutToClusters() const
100
{
Callers
1
processIntern
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected