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

Method sublistFlagsValue

Telegram/SourceFiles/data/data_changes.cpp:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228rpl::producer<SublistUpdate> Changes::sublistFlagsValue(
229 not_null<SavedSublist*> sublist,
230 SublistUpdate::Flags flags) const {
231 return _sublistChanges.flagsValue(sublist, flags);
232}
233
234rpl::producer<SublistUpdate> Changes::realtimeSublistUpdates(
235 SublistUpdate::Flag flag) const {

Callers

nothing calls this directly

Calls 1

flagsValueMethod · 0.45

Tested by

no test coverage detected