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

Method unreadCountKnown

Telegram/SourceFiles/data/data_replies_list.cpp:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool RepliesList::unreadCountKnown() const {
284 return _unreadCount.current().has_value();
285}
286
287int RepliesList::unreadCountCurrent() const {
288 return _unreadCount.current().value_or(0);

Callers 3

chatListUnreadStateMethod · 0.45
readInboxTillMethod · 0.45
searchReceivedMethod · 0.45

Calls 2

has_valueMethod · 0.80
currentMethod · 0.45

Tested by

no test coverage detected