Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
std::string getUserPath() {
55
return getSystemRootPath() +
"/user"
;
56
}
57
58
std::string getAppInstallPath(const std::string& appId) {
59
assert(app::isValidId(appId));
Callers
1
getAppUserPath
Function · 0.85
Calls
1
getSystemRootPath
Function · 0.85
Tested by
no test coverage detected