MCPcopy 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
342void SetDebugEnabled(bool enabled) {
343 DebugModeEnabled = enabled;
344}
345
346bool DebugEnabled() {
347 return DebugModeEnabled;

Callers 2

ComputeDebugModeFunction · 0.85
switchDebugModeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected