MCPcopy Create free account
hub / github.com/MigoXLab/coderio / createEmptyCache

Function createEmptyCache

src/utils/code-cache.ts:130–135  ·  view source on GitHub ↗

* Create an empty cache

()

Source from the content-addressed store, hash-verified

128 * Create an empty cache
129 */
130function createEmptyCache(): CodeCache {
131 return {
132 generatedComponents: [],
133 appInjected: false,
134 };
135}

Callers 1

loadCodeCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected