Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
std::string Model::getUserPresetDirectory() {
96
return asset::user(system::join(
"presets"
, plugin->slug, slug));
97
}
98
99
100
std::string Model::getManualUrl() {
Callers
7
loadTemplate
Method · 0.80
loadDialog
Method · 0.80
saveTemplate
Method · 0.80
hasTemplate
Method · 0.80
clearTemplate
Method · 0.80
saveDialog
Method · 0.80
createContextMenu
Method · 0.80
Calls
2
user
Function · 0.85
join
Function · 0.50
Tested by
no test coverage detected