Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ destroy
Function
destroy
src/audio.cpp:387–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
void destroy() {
388
for (auto& pair : drivers) {
389
delete pair.second;
390
}
391
drivers.clear();
392
}
393
394
void addDriver(int driverId, Driver* driver) {
395
assert(driver);
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected