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

Method done

Telegram/SourceFiles/core/update_checker.cpp:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702void Checker::done(std::shared_ptr<Loader> result) {
703 _ready.fire(std::move(result));
704}
705
706void Checker::fail() {
707 _failed.fire({});

Callers 15

ResolvePhoneActionMethod · 0.45
prepareMethod · 0.45
SavePersonalChannelFunction · 0.45
ShowEditBirthdayFunction · 0.45
ExportTestChatThemeFunction · 0.45
ResolveAndShowUniqueGiftFunction · 0.45
RequestResolveBankCardFunction · 0.45
ShowNewBotFunction · 0.45
requestMethod · 0.45
sendSearchSetsRequestMethod · 0.45
requestSearchCloudMethod · 0.45

Calls 1

fireMethod · 0.45

Tested by

no test coverage detected