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

Method getCable

src/app/CableWidget.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125CableWidget* PlugWidget::getCable() {
126 return internal->cableWidget;
127}
128
129engine::Port::Type PlugWidget::getType() {
130 return internal->type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected