MCPcopy 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
66Data::Thread *Key::thread() const {
67 return _value ? _value->asThread() : nullptr;
68}
69
70Data::SavedSublist *Key::sublist() const {
71 return _value ? _value->asSublist() : nullptr;

Callers 15

owningHistoryMethod · 0.95
sendPathsMethod · 0.45
filesOrForwardDropMethod · 0.45
ResolveContextFunction · 0.45
updateTitleMethod · 0.45
showThreadMethod · 0.45
setupShortcutsMethod · 0.45
setActiveChatEntryMethod · 0.45
jumpToChatListEntryMethod · 0.45

Calls 1

asThreadMethod · 0.80

Tested by

no test coverage detected