Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
void MessagesList::invalidate() {
188
_slices.clear();
189
_count = std::nullopt;
190
}
191
192
void MessagesList::invalidateBottom() {
193
if (!_slices.empty()) {
Callers
15
RendererGL
Method · 0.45
paint
Method · 0.45
invalidateControls
Method · 0.45
RendererRhi
Method · 0.45
invalidateControls
Method · 0.45
RendererGL
Method · 0.45
paint
Method · 0.45
invalidateControls
Method · 0.45
Reactions
Method · 0.45
Mute
Method · 0.45
RendererGL
Method · 0.45
paint
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected