Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
plugin::Model* ModuleWidget::getModel() {
82
return model;
83
}
84
85
void ModuleWidget::setModel(plugin::Model* model) {
86
assert(!this->model);
Callers
1
getModel
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected