MCPcopy 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
232rpl::producer<MessagesSliceUpdate> MessagesList::sliceUpdated() const {
233 return _sliceUpdated.events();
234}
235
236MessagesResult MessagesList::snapshot(MessagesQuery &&query) const {
237 return queryCurrent(query);

Callers 1

simpleIdsSliceMethod · 0.45

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected