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

Method empty

Telegram/SourceFiles/data/data_message_reactions.cpp:2337–2339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2335}
2336
2337bool MessageReactions::empty() const {
2338 return _list.empty();
2339}
2340
2341bool MessageReactions::hasUnread() const {
2342 for (auto &[emoji, list] : _recent) {

Callers 15

ListFromMTPFunction · 0.45
LookupPossibleReactionsFunction · 0.45
refreshEffectsMethod · 0.45
randomLoadedFromMethod · 0.45
updateGenericMethod · 0.45
defaultUpdatedMethod · 0.45
myTagsUpdatedMethod · 0.45
tagsUpdatedMethod · 0.45
sendMethod · 0.45
pollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected