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

Function ClearMissingMetadataPath

src/common/cloud_storage.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected