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

Method Switch

src/app/Switch.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20Switch::Switch() {
21 internal = new Internal;
22}
23
24Switch::~Switch() {
25 delete internal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected