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

Method lastseen

Telegram/SourceFiles/data/data_user.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160Data::LastseenStatus UserData::lastseen() const {
161 return _lastseen;
162}
163
164bool UserData::updateLastseen(Data::LastseenStatus value) {
165 if (_lastseen == value) {

Callers 15

sortByOnlineMethod · 0.80
CoverMethod · 0.80
paintEventMethod · 0.80
processUserMethod · 0.80
watchForOfflineMethod · 0.80
SortByOnlineValueFunction · 0.80
OnlineChangeTimeoutFunction · 0.80
OnlineTextFunction · 0.80
OnlineTextFullFunction · 0.80
OnlineTextActiveFunction · 0.80
writePeerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected