Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
Data::Folder *Key::folder() const {
59
return _value ? _value->asFolder() : nullptr;
60
}
61
62
Data::ForumTopic *Key::topic() const {
63
return _value ? _value->asTopic() : nullptr;
Callers
15
applyList
Method · 0.45
Widget
Method · 0.45
setupSwipeBack
Method · 0.45
chosenRow
Method · 0.45
toggleFiltersMenu
Method · 0.45
escape
Method · 0.45
applySearchState
Method · 0.45
paintUserpic
Method · 0.45
RowAccessibilityName
Function · 0.45
SubItemValue
Function · 0.45
refreshWithCollapsedRows
Method · 0.45
handleChatListEntryRefreshes
Method · 0.45
Calls
1
asFolder
Method · 0.80
Tested by
no test coverage detected