MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useCellState

Function useCellState

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:543–546  ·  view source on GitHub ↗
(tableId, rowId, cellId, storeOrStoreId)

Source from the content-addressed store, hash-verified

541 [tableId, rowId, cellId]
542);
543var useCellState = (tableId, rowId, cellId, storeOrStoreId) => [
544 useCell(tableId, rowId, cellId, storeOrStoreId),
545 useSetCellCallback(tableId, rowId, cellId, getArg, [], storeOrStoreId)
546];
547var useHasValues = (storeOrStoreId) => useListenable(
548 VALUES,
549 useStoreOrStoreById(storeOrStoreId),

Callers

nothing calls this directly

Calls 2

useCellFunction · 0.70
useSetCellCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…