Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ duration
Method
duration
Telegram/SourceFiles/data/data_document.cpp:1872–1874 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1870
}
1871
1872
crl::time DocumentData::duration() const {
1873
return std::max(_duration, crl::time());
1874
}
1875
1876
bool DocumentData::hasDuration() const {
1877
return _duration >= 0;
Callers
15
content_duration
Method · 0.45
updateStatusText
Method · 0.45
AudioMsgId
Method · 0.45
writeToStream
Method · 0.45
ComposeSendingDocumentAttributes
Function · 0.45
MessageAccessibilityName
Function · 0.45
MessageSubItemValue
Function · 0.45
AddSaveSoundForNotifications
Function · 0.45
link
Method · 0.45
MaxStatusWidth
Function · 0.45
countOptimalSize
Method · 0.45
setStatusSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected