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

Method contactsNoChatsList

Telegram/SourceFiles/data/data_session.cpp:5251–5253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5249}
5250
5251not_null<Dialogs::IndexedList*> Session::contactsNoChatsList() {
5252 return &_contactsNoChatsList;
5253}
5254
5255void Session::refreshChatListEntry(Dialogs::Key key) {
5256 Expects(key.entry()->folderKnown());

Callers 7

ShowForwardMessagesBoxFunction · 0.80
InnerMethod · 0.80
rebuildRowsMethod · 0.80
addChatsContactsMethod · 0.80
createRowMethod · 0.80
applySearchStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected