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

Method getPatchStorageDirectory

src/engine/Module.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92std::string Module::getPatchStorageDirectory() {
93 if (id < 0)
94 throw Exception("getPatchStorageDirectory() cannot be called unless Module belongs to Engine and thus has a valid ID");
95 return system::join(APP->patch->autosavePath, "modules", std::to_string(id));
96}
97
98
99void Module::processBypass(const ProcessArgs& args) {

Callers 1

cloneActionMethod · 0.80

Calls 2

ExceptionClass · 0.85
joinFunction · 0.50

Tested by

no test coverage detected