MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / LocalStoragePath

Function LocalStoragePath

src/common/cloud_storage.cpp:747–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747static std::string LocalStoragePath(uint32_t accountId, uint32_t appId) {
748 return g_localRoot + "storage" + kPathSepStr + std::to_string(accountId) + kPathSepStr +
749 std::to_string(appId) + kPathSepStr;
750}
751
752static std::unordered_set<uint32_t> EnumerateLocalAppIds(uint32_t accountId) {
753 std::unordered_set<uint32_t> appIds;

Callers 2

SyncFromCloudInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected