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

Function highlightInCell

frontend/src/components/variables/variables-table.tsx:139–144  ·  view source on GitHub ↗
(cellId: CellId)

Source from the content-addressed store, hash-verified

137
138 // Highlight the variable in the cell editor
139 const highlightInCell = (cellId: CellId) => {
140 const editorView = getCellEditorView(cellId);
141 if (editorView) {
142 goToVariableDefinition(editorView, name);
143 }
144 };
145
146 return (
147 <div className="flex flex-col gap-1 py-1">

Callers 1

Calls 2

getCellEditorViewFunction · 0.90
goToVariableDefinitionFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…