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

Function reset

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

Source from the content-addressed store, hash-verified

283}
284
285export function reset() {
286 if (compilerExports) compilerExports.reset_modules();
287 resetNativeTable();
288 pendingHostCalls.clear();
289}
290
291export async function clearCache() {
292 fetchedSources.clear();

Callers

nothing calls this directly

Calls 2

resetNativeTableFunction · 0.90
clearMethod · 0.45

Tested by

no test coverage detected