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

Method stop

Telegram/SourceFiles/core/update_checker.cpp:1457–1465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1455}
1456
1457void Updater::stop() {
1458 _httpImplementation = Implementation();
1459 _mtpImplementation = Implementation();
1460 _flatpakImplementation = Implementation{
1461 std::move(_flatpakImplementation.checker)
1462 };
1463 _activeLoader = nullptr;
1464 _action = Action::Waiting;
1465}
1466
1467void Updater::start(bool forceWait) {
1468 if (cExeName().isEmpty()) {

Callers 15

proxyUpdatedMethod · 0.45
updateSkipMethod · 0.45
writeMethod · 0.45
writingMethod · 0.45
hideFastMethod · 0.45
hideFastMethod · 0.45
hideFinishedMethod · 0.45
setupAnimationMethod · 0.45
hideFastMethod · 0.45
cancelGifsSearchMethod · 0.45
searchForGifsMethod · 0.45

Calls 1

ImplementationClass · 0.85

Tested by

no test coverage detected