Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ sliceUpdated
Method
sliceUpdated
Telegram/SourceFiles/data/data_messages.cpp:232–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
rpl::producer<MessagesSliceUpdate> MessagesList::sliceUpdated() const {
233
return _sliceUpdated.events();
234
}
235
236
MessagesResult MessagesList::snapshot(MessagesQuery &&query) const {
237
return queryCurrent(query);
Callers
1
simpleIdsSlice
Method · 0.45
Calls
1
events
Method · 0.45
Tested by
no test coverage detected