MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / sublist

Method sublist

Telegram/SourceFiles/info/info_controller.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98Data::SavedSublist *Key::sublist() const {
99 if (const auto sublist = std::get_if<not_null<Data::SavedSublist*>>(
100 &_value)) {
101 return *sublist;
102 }
103 return nullptr;
104}
105
106UserData *Key::settingsSelf() const {
107 if (const auto tag = std::get_if<Settings::Tag>(&_value)) {

Callers 15

peerMethod · 0.95
fillTopBarMenuMethod · 0.45
_stackFunction · 0.45
AddSavedSublistButtonFunction · 0.45
MementoMethod · 0.45
createTypeButtonsMethod · 0.45
showDrawButtonMethod · 0.45
monoforumPeerIdMethod · 0.45
ProviderMethod · 0.45
TopBarMethod · 0.45
setupActionsMethod · 0.45
fillTopBarMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected