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

Function useRow

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

Source from the content-addressed store, hash-verified

518 rowId
519]);
520var useRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 0, [
521 tableId,
522 rowId
523]);
524var useRowState = (tableId, rowId, storeOrStoreId) => [
525 useRow(tableId, rowId, storeOrStoreId),
526 useSetRowCallback(tableId, rowId, getArg, [], storeOrStoreId)

Callers 1

useRowStateFunction · 0.70

Calls 2

useListenableFunction · 0.70
useStoreOrStoreByIdFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…