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

Method entryFlagsValue

Telegram/SourceFiles/data/data_changes.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296rpl::producer<EntryUpdate> Changes::entryFlagsValue(
297 not_null<Dialogs::Entry*> entry,
298 EntryUpdate::Flags flags) const {
299 return _entryChanges.flagsValue(entry, flags);
300}
301
302rpl::producer<EntryUpdate> Changes::realtimeEntryUpdates(
303 EntryUpdate::Flag flag) const {

Callers 1

PinnedTrackerMethod · 0.80

Calls 1

flagsValueMethod · 0.45

Tested by

no test coverage detected