MCPcopy Create free account
hub / github.com/cloudflare/mcp / resetIsolateCache

Function resetIsolateCache

src/isolate-cache.ts:90–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89/** Drop cached artifacts. For tests that re-seed R2 between cases. */
90export function resetIsolateCache(): void {
91 specEntry = undefined
92 productsEntry = undefined
93 nonCodemodeToolsEntry = undefined
94 nonCodemodeToolMap = undefined
95 nonCodemodeToolMapSource = undefined
96}

Callers 3

seedSpecFunction · 0.90
removeNonCodemodeToolsFunction · 0.90
clearSpecFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected