MCPcopy 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
63std::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

isValidIdFunction · 0.85
getUserPathFunction · 0.85

Tested by

no test coverage detected