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

Function getTempPath

Tactility/Source/Paths.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::string getTempPath() {
47 return getSystemRootPath() + "/tmp";
48}
49
50std::string getAppInstallPath() {
51 return getSystemRootPath() + "/app";

Callers 4

handleAppInstallMethod · 0.85
handleApiAppsInstallMethod · 0.85
doInstallMethod · 0.85
AppHubAppClass · 0.85

Calls 1

getSystemRootPathFunction · 0.85

Tested by

no test coverage detected