Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void destroy() {
125
if (pluginSettingsJ) {
126
json_decref(pluginSettingsJ);
127
pluginSettingsJ = NULL;
128
}
129
}
130
131
132
json_t* toJson() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected