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

Function getAppInstallPath

Tactility/Source/Paths.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::string getAppInstallPath() {
51 return getSystemRootPath() + "/app";
52}
53
54std::string getUserPath() {
55 return getSystemRootPath() + "/user";

Callers 2

installFunction · 0.85
uninstallFunction · 0.85

Calls 2

getSystemRootPathFunction · 0.85
isValidIdFunction · 0.85

Tested by

no test coverage detected