MCPcopy 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
146bool GlobalSettings::isDebugMode() const
147{
148 return _impl->_debugMode;
149}
150
151void GlobalSettings::setDebugMode(bool value) const
152{

Callers 1

drawLoadingScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected