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

Method invalidate

Telegram/SourceFiles/data/data_messages.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void MessagesList::invalidate() {
188 _slices.clear();
189 _count = std::nullopt;
190}
191
192void MessagesList::invalidateBottom() {
193 if (!_slices.empty()) {

Callers 15

RendererGLMethod · 0.45
paintMethod · 0.45
invalidateControlsMethod · 0.45
RendererRhiMethod · 0.45
invalidateControlsMethod · 0.45
RendererGLMethod · 0.45
paintMethod · 0.45
invalidateControlsMethod · 0.45
ReactionsMethod · 0.45
MuteMethod · 0.45
RendererGLMethod · 0.45
paintMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected