Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ thread
Method
thread
Telegram/SourceFiles/dialogs/dialogs_key.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
Data::Thread *Key::thread() const {
67
return _value ? _value->asThread() : nullptr;
68
}
69
70
Data::SavedSublist *Key::sublist() const {
71
return _value ? _value->asSublist() : nullptr;
Callers
15
owningHistory
Method · 0.95
saveCurrentDraftToCloud
Method · 0.45
sendPaths
Method · 0.45
filesOrForwardDrop
Method · 0.45
updateControlsGeometry
Method · 0.45
updateThirdColumnToCurrentChat
Method · 0.45
ResolveContext
Function · 0.45
updateTitle
Method · 0.45
showThread
Method · 0.45
setupShortcuts
Method · 0.45
setActiveChatEntry
Method · 0.45
jumpToChatListEntry
Method · 0.45
Calls
1
asThread
Method · 0.80
Tested by
no test coverage detected