Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ getAppUserPath
Function
getAppUserPath
Tactility/Source/Paths.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
std::string getAppUserPath(const std::string& appId) {
64
assert(app::isValidId(appId));
65
return std::format(
"{}/app/{}"
, getUserPath(), appId);
66
}
67
68
}
Callers
nothing calls this directly
Calls
2
isValidId
Function · 0.85
getUserPath
Function · 0.85
Tested by
no test coverage detected