Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ app_idle
Function
app_idle
dgl/src/Application.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
#ifdef __EMSCRIPTEN__
95
static void app_idle(void* const app)
96
{
97
static_cast<Application*>(app)->idle();
98
}
99
#endif
100
101
Application::Application(const bool isStandalone, const Type type)
Callers
nothing calls this directly
Calls
1
idle
Method · 0.45
Tested by
no test coverage detected