Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
export
function
waitForKernelToBeInstantiated(): Promise<KernelState> {
16
return
waitFor(kernelStateAtom, (value) => value.isInstantiated);
17
}
Callers
1
wrapRequest
Function · 0.90
Calls
1
waitFor
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…