MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getUserPath

Function getUserPath

Tactility/Source/Paths.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54std::string getUserPath() {
55 return getSystemRootPath() + "/user";
56}
57
58std::string getAppInstallPath(const std::string& appId) {
59 assert(app::isValidId(appId));

Callers 1

getAppUserPathFunction · 0.85

Calls 1

getSystemRootPathFunction · 0.85

Tested by

no test coverage detected