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

Method getModel

src/app/ModuleWidget.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54plugin::Model* ModuleWidget::getModel() {
55 return model;
56}
57
58void ModuleWidget::setModel(plugin::Model* model) {
59 assert(!this->model);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected