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

Method peerFlagsValue

Telegram/SourceFiles/data/data_changes.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131rpl::producer<PeerUpdate> Changes::peerFlagsValue(
132 not_null<PeerData*> peer,
133 PeerUpdate::Flags flags) const {
134 return _peerChanges.flagsValue(peer, flags);
135}
136
137rpl::producer<PeerUpdate> Changes::realtimePeerUpdates(
138 PeerUpdate::Flag flag) const {

Callers 15

starsPerMessageValueMethod · 0.80
SetStatusLabelFunction · 0.80
PeerThemeTokenValueFunction · 0.80
PeerWallPaperMappedFunction · 0.80
PeerMenuCreatePollFunction · 0.80
PeerMenuCreateTodoListFunction · 0.80
SendGiftBoxFunction · 0.80
CreateEmojiPackButtonFunction · 0.80
SetupPeerColorSampleFunction · 0.80
UsernamesListMethod · 0.80
setupPhotoButtonsMethod · 0.80

Calls 1

flagsValueMethod · 0.45

Tested by

no test coverage detected