MCPcopy 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
113bool Key::isDownloads() const {
114 return v::is<Downloads::Tag>(_value);
115}
116
117bool Key::isGlobalMedia() const {
118 return v::is<GlobalMedia::Tag>(_value);

Callers 8

activeChatMethod · 0.45
requireTopBarSearchMethod · 0.45
MakeProviderFunction · 0.45
startMethod · 0.45
refreshRowsMethod · 0.45
showContextMenuMethod · 0.45
deleteItemsMethod · 0.45
findSectionByItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected