Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
void ModuleWidget::setModel(plugin::Model* model) {
59
assert(!this->model);
60
this->model = model;
61
}
62
63
engine::Module* ModuleWidget::getModule() {
64
return module;
Callers
1
createModuleWidget
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected