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

Method updates

Telegram/SourceFiles/data/data_changes.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44template <typename DataType, typename UpdateType>
45rpl::producer<UpdateType> Changes::Manager<DataType, UpdateType>::updates(
46 Flags flags) const {
47 return _stream.events(
48 ) | rpl::filter([=](const UpdateType &update) {
49 return (update.flags & flags);
50 });
51}
52
53template <typename DataType, typename UpdateType>
54rpl::producer<UpdateType> Changes::Manager<DataType, UpdateType>::updates(

Callers 15

apiwrap.cppFile · 0.45
applyUpdatesMethod · 0.45
forwardMessagesMethod · 0.45
MainWindowMethod · 0.45
markingAsReadMethod · 0.45
eventFilterMethod · 0.45
loadMethod · 0.45
setupLottieMethod · 0.45
UniqueGiftCoverWidgetMethod · 0.45
setupReorderMethod · 0.45
InnerMethod · 0.45
ShowSentToastFunction · 0.45

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected