Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ isDebugMode
Method
isDebugMode
source/Base/GlobalSettings.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
bool GlobalSettings::isDebugMode() const
147
{
148
return _impl->_debugMode;
149
}
150
151
void GlobalSettings::setDebugMode(bool value) const
152
{
Callers
1
drawLoadingScreen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected