Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
std::string getAppInstallPath() {
51
return getSystemRootPath() +
"/app"
;
52
}
53
54
std::string getUserPath() {
55
return getSystemRootPath() +
"/user"
;
Callers
2
install
Function · 0.85
uninstall
Function · 0.85
Calls
2
getSystemRootPath
Function · 0.85
isValidId
Function · 0.85
Tested by
no test coverage detected