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

Function useCellNames

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

Source from the content-addressed store, hash-verified

1788 * React-hook for the dictionary of cell names
1789 */
1790export const useCellNames = () => useAtomValue(cellIdToNamesMap);
1791
1792/**
1793 * React-hook for the array of cell errors.

Callers 2

CellLinkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…