Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
std::string getTempPath() {
47
return getSystemRootPath() +
"/tmp"
;
48
}
49
50
std::string getAppInstallPath() {
51
return getSystemRootPath() +
"/app"
;
Callers
4
handleAppInstall
Method · 0.85
handleApiAppsInstall
Method · 0.85
doInstall
Method · 0.85
AppHubApp
Class · 0.85
Calls
1
getSystemRootPath
Function · 0.85
Tested by
no test coverage detected