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

Method workingFolderReady

Telegram/SourceFiles/core/launcher.cpp:448–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void Launcher::workingFolderReady() {
449 srand((unsigned int)time(nullptr));
450
451 ComputeDebugMode();
452 ComputeExternalUpdater();
453 ComputeInstallBetaVersions();
454 ComputeInstallationTag();
455}
456
457void Launcher::writeDebugModeSetting() {
458 WriteDebugModeSetting();

Callers 1

startFunction · 0.80

Calls 4

ComputeDebugModeFunction · 0.85
ComputeExternalUpdaterFunction · 0.85
ComputeInstallationTagFunction · 0.85

Tested by

no test coverage detected