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

Method getUserDataDirectory

Tactility/Source/service/ServicePaths.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace tt::service {
16
17std::string ServicePaths::getUserDataDirectory() const {
18 return std::format("{}{}/service/{}", PARTITION_PREFIX, file::DATA_PARTITION_NAME, manifest->id);
19}
20
21std::string ServicePaths::getUserDataPath(const std::string& childPath) const {
22 assert(!childPath.starts_with('/'));

Callers 2

getApPropertiesFilePathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected