MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / clearCache

Function clearCache

runtime/worker/engine.js:291–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289}
290
291export async function clearCache() {
292 fetchedSources.clear();
293 knownMissing.clear();
294 if (cache) await cache.clear();
295}
296
297export function dispose() {
298 wasmModule = null;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected