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

Method getModule

src/app/ModuleWidget.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63engine::Module* ModuleWidget::getModule() {
64 return module;
65}
66
67void ModuleWidget::setModule(engine::Module* module) {
68 if (this->module) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected