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

Method realtimeNameUpdates

Telegram/SourceFiles/data/data_changes.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104rpl::producer<NameUpdate> Changes::realtimeNameUpdates() const {
105 return _nameStream.events();
106}
107
108rpl::producer<NameUpdate> Changes::realtimeNameUpdates(
109 not_null<PeerData*> peer) const {

Callers 4

InnerMethod · 0.80
setupPeerNameViewerMethod · 0.80
MakeAccountButtonFunction · 0.80
MainListMethod · 0.80

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected