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

Function useCellState

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

Source from the content-addressed store, hash-verified

499 [tableId, rowId, cellId]
500);
501var useCellState = (tableId, rowId, cellId, storeOrStoreId) => [
502 useCell(tableId, rowId, cellId, storeOrStoreId),
503 useSetCellCallback(tableId, rowId, cellId, getArg, storeOrStoreId)
504];
505var useHasValues = (storeOrStoreId) => useListenable(
506 VALUES,
507 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…