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

Method isImage

Telegram/SourceFiles/data/data_document.cpp:1880–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1878}
1879
1880bool DocumentData::isImage() const {
1881 return (_flags & Flag::ImageType);
1882}
1883
1884bool DocumentData::hasAttachedStickers() const {
1885 return (_flags & Flag::HasAttachedStickers);

Callers 15

updateControlsMethod · 0.80
drawMethod · 0.80
paintMethod · 0.80
IsItemGoodForTypeFunction · 0.80
createMethod · 0.80
subscribeToUpdatesMethod · 0.80
ensureWantedMethod · 0.80
fullImageLoadedMethod · 0.80
resolvedDocumentImageMethod · 0.80
preparePreviewMethod · 0.80
MessageAccessibilityNameFunction · 0.80
MessageSubItemValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected