Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ SetDebugEnabled
Function
SetDebugEnabled
Telegram/SourceFiles/logs.cpp:342–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
} // namespace
341
342
void SetDebugEnabled(bool enabled) {
343
DebugModeEnabled = enabled;
344
}
345
346
bool DebugEnabled() {
347
return DebugModeEnabled;
Callers
2
ComputeDebugMode
Function · 0.85
switchDebugMode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected