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

Function initialState

frontend/src/core/cells/runs.ts:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27function initialState(): RunsState {
28 return {
29 runIds: [],
30 runMap: new Map(),
31 };
32}
33
34export const MAX_RUNS = 50;
35export const MAX_CODE_LENGTH = 200;

Callers 2

focus.test.tsFile · 0.50
runs.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…