Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ disconnect
Method
disconnect
src/app/ModuleWidget.cpp:753–757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
751
}
752
753
void ModuleWidget::disconnect() {
754
for (PortWidget* pw : getPorts()) {
755
APP->scene->rack->clearCablesOnPort(pw);
756
}
757
}
758
759
void ModuleWidget::resetAction() {
760
assert(module);
Callers
1
removeModule
Method · 0.80
Calls
1
clearCablesOnPort
Method · 0.80
Tested by
no test coverage detected