Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
702
void Checker::done(std::shared_ptr<Loader> result) {
703
_ready.fire(std::move(result));
704
}
705
706
void Checker::fail() {
707
_failed.fire({});
Callers
15
ResolvePhoneAction
Method · 0.45
prepare
Method · 0.45
SavePersonalChannel
Function · 0.45
ShowEditBirthday
Function · 0.45
ExportTestChatTheme
Function · 0.45
ResolveAndShowUniqueGift
Function · 0.45
RequestResolveBankCard
Function · 0.45
ShowNewBot
Function · 0.45
request
Method · 0.45
sendSearchSetsRequest
Method · 0.45
requestSearchCloud
Method · 0.45
refreshMegagroupStickers
Method · 0.45
Calls
1
fire
Method · 0.45
Tested by
no test coverage detected