MCPcopy 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
214std::string plugin(plugin::Plugin* plugin, std::string filename) {
215 assert(plugin);
216 return system::join(plugin->path, filename);
217}
218
219
220std::string systemDir;

Callers 2

string assetPluginMethod · 0.85

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected