Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ initAndStartRunner
Method
initAndStartRunner
plugins/Cardinal/src/Ildaeil.cpp:1500–1507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1498
}
1499
1500
bool initAndStartRunner()
1501
{
1502
if (isRunnerActive())
1503
stopRunner();
1504
1505
fRunnerData.init();
1506
return startRunner();
1507
}
1508
1509
bool run() override
1510
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.80
Tested by
no test coverage detected