Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ wnd
Function
wnd
Telegram/SourceFiles/mainwindow.cpp:792–796 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
790
namespace App {
791
792
MainWindow *wnd() {
793
return (Core::IsAppLaunched() && Core::App().activePrimaryWindow())
794
? Core::App().activePrimaryWindow()->widget().get()
795
: nullptr;
796
}
797
798
} // namespace App
Callers
7
searchByHashtag
Function · 0.85
main
Function · 0.85
addPinnedMessages
Method · 0.85
addFirstMessage
Method · 0.85
addViewChannel
Method · 0.85
reqBlocked
Method · 0.85
SetupEnhancedMessages
Method · 0.85
Calls
5
IsAppLaunched
Function · 0.85
App
Class · 0.85
activePrimaryWindow
Method · 0.80
get
Method · 0.45
widget
Method · 0.45
Tested by
no test coverage detected