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

Method BuildChildCacheKey

src/providers/google_drive.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51std::string GoogleDriveProvider::BuildChildCacheKey(const std::string& parentId,
52 const std::string& name) const {
53 if (parentId.empty() || name.empty()) return {};
54 return parentId + "/" + name;
55}
56
57void GoogleDriveProvider::CacheFolderChild(const std::string& parentId,
58 const std::string& name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected