Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ isDownloads
Method
isDownloads
Telegram/SourceFiles/info/info_controller.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
bool Key::isDownloads() const {
114
return v::is<Downloads::Tag>(_value);
115
}
116
117
bool Key::isGlobalMedia() const {
118
return v::is<GlobalMedia::Tag>(_value);
Callers
8
activeChat
Method · 0.45
requireTopBarSearch
Method · 0.45
MakeProvider
Function · 0.45
start
Method · 0.45
refreshRows
Method · 0.45
showContextMenu
Method · 0.45
deleteItems
Method · 0.45
findSectionByItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected