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

Function useRowState

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

Source from the content-addressed store, hash-verified

522 rowId
523]);
524var useRowState = (tableId, rowId, storeOrStoreId) => [
525 useRow(tableId, rowId, storeOrStoreId),
526 useSetRowCallback(tableId, rowId, getArg, [], storeOrStoreId)
527];
528var useCellIds = (tableId, rowId, storeOrStoreId) => useListenable(CELL_IDS, useStoreOrStoreById(storeOrStoreId), 1, [
529 tableId,
530 rowId

Callers

nothing calls this directly

Calls 2

useRowFunction · 0.70
useSetRowCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…