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

Function SyncFromCloud

src/common/cloud_storage.cpp:3038–3040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3036}
3037
3038bool SyncFromCloud(uint32_t accountId, uint32_t appId) {
3039 return SyncFromCloudWithFlag(accountId, appId, /*isSweep=*/false);
3040}
3041
3042std::vector<uint32_t> SyncAllFromCloud(uint32_t accountId) {
3043 std::vector<uint32_t> syncedApps;

Callers 1

CmdSyncRemoteAppFunction · 0.85

Calls 1

SyncFromCloudWithFlagFunction · 0.85

Tested by

no test coverage detected