MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getUserDataPath

Method getUserDataPath

Tactility/Source/service/ServicePaths.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21std::string ServicePaths::getUserDataPath(const std::string& childPath) const {
22 assert(!childPath.starts_with('/'));
23 return std::format("{}/{}", getUserDataDirectory(), childPath);
24}
25
26std::string ServicePaths::getAssetsDirectory() const {
27 return std::format("{}{}/service/{}/assets", PARTITION_PREFIX, file::SYSTEM_PARTITION_NAME, manifest->id);

Callers 3

loadFunction · 0.45
saveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected