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

Function initialState

frontend/src/components/editor/navigation/selection.ts:14–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14function initialState(): CellSelectionState {
15 return {
16 selectionStart: null,
17 selectionEnd: null,
18 selected: new Set(),
19 };
20}
21
22const {
23 reducer,

Callers 2

selection.tsFile · 0.70
selection.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…