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

Method automaticLoad

Telegram/SourceFiles/data/data_photo_media.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void PhotoMedia::automaticLoad(
166 FileOrigin origin,
167 const HistoryItem *item) {
168 if (item) {
169 automaticLoad(origin, item->history()->peer);
170 }
171}
172
173void PhotoMedia::automaticLoad(
174 FileOrigin origin,

Callers 15

displayDocumentMethod · 0.45
preloadDataMethod · 0.45
paintMethod · 0.45
AddMyChannelsBoxFunction · 0.45
showPreviewMethod · 0.45
UniqueGiftCoverWidgetMethod · 0.45
AddGifWidgetFunction · 0.45
PreloadStickerFunction · 0.45
HasLottieThumbnailFunction · 0.45
HasWebmThumbnailFunction · 0.45
GenericCreditsEntryCoverFunction · 0.45
UniqueGiftValueBoxFunction · 0.45

Calls 6

ShouldFunction · 0.85
settingsMethod · 0.80
historyMethod · 0.45
cancelledMethod · 0.45
sessionMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected