MCPcopy
hub / github.com/marimo-team/marimo / waitForKernelToBeInstantiated

Function waitForKernelToBeInstantiated

frontend/src/core/kernel/state.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13});
14
15export function waitForKernelToBeInstantiated(): Promise<KernelState> {
16 return waitFor(kernelStateAtom, (value) => value.isInstantiated);
17}

Callers 1

wrapRequestFunction · 0.90

Calls 1

waitForFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…