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

Method mimeString

Telegram/SourceFiles/data/data_document.cpp:1738–1740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736}
1737
1738QString DocumentData::mimeString() const {
1739 return _mimeString;
1740}
1741
1742bool DocumentData::hasMimeType(const QString &mime) const {
1743 return (_mimeString == mime);

Callers 7

CreateMethod · 0.80
saveAsMethod · 0.80
DocumentFileNameForSaveFunction · 0.80
ResolveDocumentFunction · 0.80
writeToStreamMethod · 0.80
sizeInStreamMethod · 0.80
PrepareUploadedDocumentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected