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

Method changes

Telegram/SourceFiles/data/data_saved_sublist.cpp:823–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823rpl::producer<> SavedSublist::changes() const {
824 return _listChanges.events();
825}
826
827void SavedSublist::loadFullCount() {
828 if (!_fullCount.current() && !_loadingAround) {

Callers 2

sourceMethod · 0.45
setOutboxReadTillMethod · 0.45

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected