MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / resetInitialization

Function resetInitialization

frontend/src/lib/python/init.ts:459–462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457 * Reset initialization state (for retry after error)
458 */
459export function resetInitialization(): void {
460 initPromise = null;
461 // Don't reset pyodideInstance if it exists and is working
462}
463
464/**
465 * Cleanup Pyodide resources

Callers 1

pythonStore.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected