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

Function useRowState

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

Source from the content-addressed store, hash-verified

480 rowId
481]);
482var useRowState = (tableId, rowId, storeOrStoreId) => [
483 useRow(tableId, rowId, storeOrStoreId),
484 useSetRowCallback(tableId, rowId, getArg, storeOrStoreId)
485];
486var useCellIds = (tableId, rowId, storeOrStoreId) => useListenable(CELL_IDS, useStoreOrStoreById(storeOrStoreId), 1, [
487 tableId,
488 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…