MCPcopy 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
238Image *DocumentMedia::thumbnail() const {
239 return _thumbnail.get();
240}
241
242void DocumentMedia::thumbnailWanted(Data::FileOrigin origin) {
243 if (!_thumbnail) {

Callers 4

PrepareFilePreviewImageFunction · 0.45
MakeDownloadBarContentFunction · 0.45
loadThumbnailMethod · 0.45
imageMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected