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

Method user

Telegram/SourceFiles/api/api_statistics_sender.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35not_null<UserData*> StatisticsRequestSender::user() {
36 Expects(_user);
37 return _user;
38}
39
40void StatisticsRequestSender::checkRequests() {
41 for (auto i = begin(_requests); i != end(_requests);) {

Callers 15

SendSimpleMediaFunction · 0.45
SendConfirmedFileFunction · 0.45
ParseEntryFunction · 0.45
TLToRulesFunction · 0.45
requestSelfMethod · 0.45
ParseJoinedByLinkSliceFunction · 0.45
performCreateMethod · 0.45
setMyPermanentMethod · 0.45
clearMyPermanentMethod · 0.45
parseMethod · 0.45
ConfirmSubscriptionBoxFunction · 0.45
updateOnlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected