Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ IsAppLaunched
Function
IsAppLaunched
Telegram/SourceFiles/core/application.cpp:1938–1940 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1936
}
1937
1938
bool IsAppLaunched() {
1939
return (Application::Instance != nullptr);
1940
}
1941
1942
Application &App() {
1943
Expects(Application::Instance != nullptr);
Callers
13
wnd
Function · 0.85
showBox
Function · 0.85
hideLayer
Function · 0.85
isLayerShown
Function · 0.85
HandleExternalControl
Function · 0.85
refreshGlobalProxy
Method · 0.85
execExternal
Method · 0.85
QuitAttempt
Function · 0.85
Quit
Function · 0.85
UpdateChecker
Method · 0.85
UpdateApplication
Function · 0.85
RefreshDockMenu
Function · 0.85
Calls
no outgoing calls
Tested by
1
AutostartToggle
Function · 0.68