Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ plugin
Function
plugin
src/asset.cpp:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
213
214
std::string plugin(plugin::Plugin* plugin, std::string filename) {
215
assert(plugin);
216
return system::join(plugin->path, filename);
217
}
218
219
220
std::string systemDir;
Callers
2
getFactoryPresetDirectory
Method · 0.85
string assetPlugin
Method · 0.85
Calls
1
join
Function · 0.70
Tested by
no test coverage detected