Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
Switch::Switch() {
21
internal = new Internal;
22
}
23
24
Switch::~Switch() {
25
delete internal;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected