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

Method getUserPresetDirectory

src/plugin/Model.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95std::string Model::getUserPresetDirectory() {
96 return asset::user(system::join("presets", plugin->slug, slug));
97}
98
99
100std::string Model::getManualUrl() {

Callers 7

loadTemplateMethod · 0.80
loadDialogMethod · 0.80
saveTemplateMethod · 0.80
hasTemplateMethod · 0.80
clearTemplateMethod · 0.80
saveDialogMethod · 0.80
createContextMenuMethod · 0.80

Calls 2

userFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected