Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ isQuitting
Method
isQuitting
dgl/src/Application.cpp:201–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
bool Application::isQuitting() const noexcept
202
{
203
return pData->isQuitting || pData->isQuittingInNextCycle;
204
}
205
206
bool Application::isStandalone() const noexcept
207
{
Callers
3
plugin_idle
Function · 0.80
setWindowVisible
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected