MCPcopy 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
1938bool IsAppLaunched() {
1939 return (Application::Instance != nullptr);
1940}
1941
1942Application &App() {
1943 Expects(Application::Instance != nullptr);

Callers 13

wndFunction · 0.85
showBoxFunction · 0.85
hideLayerFunction · 0.85
isLayerShownFunction · 0.85
HandleExternalControlFunction · 0.85
refreshGlobalProxyMethod · 0.85
execExternalMethod · 0.85
QuitAttemptFunction · 0.85
QuitFunction · 0.85
UpdateCheckerMethod · 0.85
UpdateApplicationFunction · 0.85
RefreshDockMenuFunction · 0.85

Calls

no outgoing calls

Tested by 1

AutostartToggleFunction · 0.68