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

Function join

src/system.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64std::string join(const std::string& path1, const std::string& path2) {
65 return (fs::u8path(path1) / fs::u8path(path2)).generic_u8string();
66}
67
68
69static void appendEntries(std::vector<std::string>& entries, const fs::path& dir, int depth) {

Callers 15

syncUpdateFunction · 0.70
initUserDirFunction · 0.70
systemFunction · 0.70
userFunction · 0.70
pluginFunction · 0.70
loadPluginCallbackFunction · 0.70
loadPluginFunction · 0.70
initFunction · 0.70
saveAutosaveMethod · 0.70
cleanAutosaveMethod · 0.70
loadMethod · 0.70
hasAutosaveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected