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

Method flagsValue

Telegram/SourceFiles/data/data_changes.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70template <typename DataType, typename UpdateType>
71rpl::producer<UpdateType> Changes::Manager<DataType, UpdateType>::flagsValue(
72 not_null<DataType*> data,
73 Flags flags) const {
74 return rpl::single(
75 UpdateType{ data, flags }
76 ) | rpl::then(updates(data, flags));
77}
78
79template <typename DataType, typename UpdateType>
80void Changes::Manager<DataType, UpdateType>::drop(not_null<DataType*> data) {

Callers 15

showForumMethod · 0.45
peerFlagsValueMethod · 0.45
historyFlagsValueMethod · 0.45
topicFlagsValueMethod · 0.45
sublistFlagsValueMethod · 0.45
messageFlagsValueMethod · 0.45
entryFlagsValueMethod · 0.45
storyFlagsValueMethod · 0.45
slowmodeAppliedValueMethod · 0.45
PeerFlagsValueFunction · 0.45
destroyedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected