Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
rpl::producer<NameUpdate> Changes::realtimeNameUpdates() const {
105
return _nameStream.events();
106
}
107
108
rpl::producer<NameUpdate> Changes::realtimeNameUpdates(
109
not_null<PeerData*> peer) const {
Callers
4
Inner
Method · 0.80
setupPeerNameViewer
Method · 0.80
MakeAccountButton
Function · 0.80
MainList
Method · 0.80
Calls
1
events
Method · 0.45
Tested by
no test coverage detected