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

Method setModel

src/app/ModuleWidget.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ModuleWidget::setModel(plugin::Model* model) {
59 assert(!this->model);
60 this->model = model;
61}
62
63engine::Module* ModuleWidget::getModule() {
64 return module;

Callers 1

createModuleWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected