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

Method topicFlagsValue

Telegram/SourceFiles/data/data_changes.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192rpl::producer<TopicUpdate> Changes::topicFlagsValue(
193 not_null<ForumTopic*> topic,
194 TopicUpdate::Flags flags) const {
195 return _topicChanges.flagsValue(topic, flags);
196}
197
198rpl::producer<TopicUpdate> Changes::realtimeTopicUpdates(
199 TopicUpdate::Flag flag) const {

Callers 6

CanSendAnyOfValueFunction · 0.80
TitleValueFunction · 0.80
IconIdValueFunction · 0.80
ColorIdValueFunction · 0.80
setupStateMethod · 0.80

Calls 1

flagsValueMethod · 0.45

Tested by

no test coverage detected