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

Function getEntries

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

Source from the content-addressed store, hash-verified

83
84
85std::vector<std::string> getEntries(const std::string& dirPath, int depth) {
86 std::vector<std::string> entries;
87 appendEntries(entries, fs::u8path(dirPath), depth);
88 return entries;
89}
90
91
92bool exists(const std::string& path) {

Callers 6

loadPluginsFunction · 0.85
extractPackagesFunction · 0.85
cleanAutosaveMethod · 0.85
loadTranslationsFunction · 0.85
appendPresetItemsFunction · 0.85

Calls 1

appendEntriesFunction · 0.85

Tested by

no test coverage detected