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

Method createPatchStorageDirectory

src/engine/Module.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85std::string Module::createPatchStorageDirectory() {
86 std::string path = getPatchStorageDirectory();
87 system::createDirectories(path);
88 return path;
89}
90
91
92std::string Module::getPatchStorageDirectory() {

Callers

nothing calls this directly

Calls 1

createDirectoriesFunction · 0.85

Tested by

no test coverage detected