Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ thumbnail
Method
thumbnail
Telegram/SourceFiles/data/data_document_media.cpp:238–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
Image *DocumentMedia::thumbnail() const {
239
return _thumbnail.get();
240
}
241
242
void DocumentMedia::thumbnailWanted(Data::FileOrigin origin) {
243
if (!_thumbnail) {
Callers
4
PrepareFilePreviewImage
Function · 0.45
MakeDownloadBarContent
Function · 0.45
loadThumbnail
Method · 0.45
image
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected