MCPcopy 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
1876bool DocumentData::hasDuration() const {
1877 return _duration >= 0;
1878}
1879
1880bool DocumentData::isImage() const {
1881 return (_flags & Flag::ImageType);

Callers 4

restartAtSeekPositionMethod · 0.45
content_durationMethod · 0.45
writeToStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected