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

Method test

Telegram/SourceFiles/core/update_checker.cpp:1567–1571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565}
1566
1567void Updater::test() {
1568 _testing = true;
1569 cSetLastUpdateCheck(0);
1570 start(false);
1571}
1572
1573void Updater::setMtproto(base::weak_ptr<Main::Session> session) {
1574 _session = session;

Callers 13

AddClassFunction · 0.80
colorForBackgroundFunction · 0.80
footerColorForBackgroundFunction · 0.80
ParseSearchResultFunction · 0.80
SharedMediaViewerFunction · 0.80
addMethod · 0.80
removeMethod · 0.80
GenerateCodesFunction · 0.80
addNewToBackMethod · 0.80
addToSharedMediaMethod · 0.80

Calls 1

startFunction · 0.70

Tested by

no test coverage detected