MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / DebugModeSettingPath

Function DebugModeSettingPath

Telegram/SourceFiles/core/launcher.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105QString DebugModeSettingPath() {
106 return cWorkingDir() + u"tdata/withdebug"_q;
107}
108
109void WriteDebugModeSetting() {
110 auto file = QFile(DebugModeSettingPath());

Callers 2

WriteDebugModeSettingFunction · 0.85
ComputeDebugModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected