MCPcopy Index your code
hub / github.com/4ian/GDevelop / _stringifyCacheKey

Method _stringifyCacheKey

newIDE/app/src/Utils/ProjectCache.js:59–61  ·  view source on GitHub ↗
(cacheKey: ProjectCacheKey)

Source from the content-addressed store, hash-verified

57 }
58
59 static _stringifyCacheKey(cacheKey: ProjectCacheKey): string {
60 return `${cacheKey.userId}/${cacheKey.cloudProjectId}`;
61 }
62
63 static async _removeDatabaseIfCorrupt(): Promise<void> {
64 const databases = await window.indexedDB.databases();

Callers 2

_getEntryMethod · 0.80
putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected