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

Function destroy

src/settings.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124void destroy() {
125 if (pluginSettingsJ) {
126 json_decref(pluginSettingsJ);
127 pluginSettingsJ = NULL;
128 }
129}
130
131
132json_t* toJson() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected