Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ isRestricted
Method
isRestricted
Source/UIComponents/CtrlrApplicationWindow/CtrlrEditor.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
bool CtrlrEditor::isRestricted()
147
{
148
return (owner.getInstanceMode() == InstanceSingleRestriced);
149
}
150
151
CtrlrPanelEditor *CtrlrEditor::getActivePanelEditor()
152
{
Callers
nothing calls this directly
Calls
1
getInstanceMode
Method · 0.80
Tested by
no test coverage detected