Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1738
QString DocumentData::mimeString() const {
1739
return _mimeString;
1740
}
1741
1742
bool DocumentData::hasMimeType(const QString &mime) const {
1743
return (_mimeString == mime);
Callers
7
Create
Method · 0.80
saveAs
Method · 0.80
DocumentFileNameForSave
Function · 0.80
ResolveDocument
Function · 0.80
writeToStream
Method · 0.80
sizeInStream
Method · 0.80
PrepareUploadedDocument
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected