MCPcopy Create free account
hub / github.com/VCVRack/Rack / destroy

Function destroy

src/plugin.cpp:349–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347
348
349void destroy() {
350 while (!plugins.empty()) {
351 Plugin* plugin = plugins.back();
352 INFO("Destroying plugin %s", plugin->name.c_str());
353 destroyPlugin(plugin);
354 plugins.pop_back();
355 }
356 assert(plugins.empty());
357}
358
359
360void settingsMergeJson(json_t* rootJ) {

Callers

nothing calls this directly

Calls 2

destroyPluginFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected