Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ hasDuration
Method
hasDuration
Telegram/SourceFiles/data/data_document.cpp:1876–1878 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1874
}
1875
1876
bool DocumentData::hasDuration() const {
1877
return _duration >= 0;
1878
}
1879
1880
bool DocumentData::isImage() const {
1881
return (_flags & Flag::ImageType);
Callers
4
restartAtSeekPosition
Method · 0.45
content_duration
Method · 0.45
writeToStream
Method · 0.45
ComposeSendingDocumentAttributes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected