Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getFullName
Method
getFullName
src/plugin/Model.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
84
std::string Model::getFullName() {
85
assert(plugin);
86
return plugin->getBrand() +
" "
+ name;
87
}
88
89
90
std::string Model::getFactoryPresetDirectory() {
Callers
11
redo
Method · 0.45
chooseModel
Function · 0.45
createPreview
Method · 0.45
moduleWidgetFromJson
Function · 0.45
json_array_foreach
Function · 0.45
addModule
Method · 0.45
saveTemplateDialog
Method · 0.45
clearTemplateDialog
Method · 0.45
cloneAction
Method · 0.45
step
Method · 0.45
createContextMenu
Method · 0.45
Calls
1
getBrand
Method · 0.80
Tested by
no test coverage detected