MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getModel

Method getModel

src/override/ModuleWidget.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81plugin::Model* ModuleWidget::getModel() {
82 return model;
83}
84
85void ModuleWidget::setModel(plugin::Model* model) {
86 assert(!this->model);

Callers 1

getModelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected