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

Function user

src/asset.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208
209std::string user(std::string filename) {
210 return system::join(userDir, filename);
211}
212
213
214std::string plugin(plugin::Plugin* plugin, std::string filename) {

Callers 11

mainFunction · 0.85
initFunction · 0.85
initFunction · 0.85
ManagerMethod · 0.85
saveAsDialogMethod · 0.85
loadDialogMethod · 0.85
loadSelectionDialogMethod · 0.85
saveSelectionDialogMethod · 0.85
onActionMethod · 0.85
string assetLocalMethod · 0.85

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected