Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
export
async
function
clearCache() {
292
fetchedSources.clear();
293
knownMissing.clear();
294
if
(cache)
await
cache.clear();
295
}
296
297
export
function
dispose() {
298
wasmModule = null;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected