| 532 | } |
| 533 | |
| 534 | static void ClearMissingMetadataPath(const std::string& path) { |
| 535 | std::lock_guard<std::mutex> lock(g_missingMetadataMutex); |
| 536 | g_missingMetadataPaths.erase(path); |
| 537 | } |
| 538 | |
| 539 | bool UploadCloudMetadataText(uint32_t accountId, uint32_t appId, |
| 540 | const char* name, |
no outgoing calls
no test coverage detected