MCPcopy Create free account
hub / github.com/VCVRack/Rack / string assetLocal

Method string assetLocal

include/rack0.hpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 return asset::system(filename);
148}
149DEPRECATED inline std::string assetLocal(std::string filename) {
150 return asset::user(filename);
151}
152DEPRECATED inline std::string assetPlugin(Plugin* plugin, std::string filename) {
153 return asset::plugin(plugin, filename);
154}

Callers

nothing calls this directly

Calls 1

userFunction · 0.85

Tested by

no test coverage detected