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

Method folder

Telegram/SourceFiles/dialogs/dialogs_key.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58Data::Folder *Key::folder() const {
59 return _value ? _value->asFolder() : nullptr;
60}
61
62Data::ForumTopic *Key::topic() const {
63 return _value ? _value->asTopic() : nullptr;

Callers 15

applyListMethod · 0.45
WidgetMethod · 0.45
setupSwipeBackMethod · 0.45
chosenRowMethod · 0.45
toggleFiltersMenuMethod · 0.45
escapeMethod · 0.45
applySearchStateMethod · 0.45
paintUserpicMethod · 0.45
RowAccessibilityNameFunction · 0.45
SubItemValueFunction · 0.45

Calls 1

asFolderMethod · 0.80

Tested by

no test coverage detected