MCPcopy 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
387void destroy() {
388 for (auto& pair : drivers) {
389 delete pair.second;
390 }
391 drivers.clear();
392}
393
394void addDriver(int driverId, Driver* driver) {
395 assert(driver);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected