Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ destroyStaticPlugins
Function
destroyStaticPlugins
plugins/plugins.cpp:3807–3812 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3805
}
3806
3807
void destroyStaticPlugins()
3808
{
3809
for (Plugin* p : plugins)
3810
delete p;
3811
plugins.clear();
3812
}
3813
3814
void updateStaticPluginsDarkMode()
3815
{
Callers
8
CardinalCommon.cpp
File · 0.50
CardinalCommon.cpp
File · 0.50
main
Function · 0.50
CardinalCommon.cpp
File · 0.50
CardinalCommon.cpp
File · 0.50
CardinalCommon.cpp
File · 0.50
CardinalCommon.cpp
File · 0.50
CardinalCommon.cpp
File · 0.50
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected