MCPcopy 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
84std::string Model::getFullName() {
85 assert(plugin);
86 return plugin->getBrand() + " " + name;
87}
88
89
90std::string Model::getFactoryPresetDirectory() {

Callers 11

redoMethod · 0.45
chooseModelFunction · 0.45
createPreviewMethod · 0.45
moduleWidgetFromJsonFunction · 0.45
json_array_foreachFunction · 0.45
addModuleMethod · 0.45
saveTemplateDialogMethod · 0.45
clearTemplateDialogMethod · 0.45
cloneActionMethod · 0.45
stepMethod · 0.45
createContextMenuMethod · 0.45

Calls 1

getBrandMethod · 0.80

Tested by

no test coverage detected