MCPcopy Index your code
hub / github.com/tinyplex/tinybase / useRow

Function useRow

src/ui-react/hooks.ts:787–795  ·  view source on GitHub ↗
(
  tableId: Id,
  rowId: Id,
  storeOrStoreId?: StoreOrStoreId,
)

Source from the content-addressed store, hash-verified

785 ]);
786
787export const useRow: typeof useRowDecl = (
788 tableId: Id,
789 rowId: Id,
790 storeOrStoreId?: StoreOrStoreId,
791): Row =>
792 useListenable(ROW, useStoreOrStoreById(storeOrStoreId), ReturnType.Object, [
793 tableId,
794 rowId,
795 ]);
796
797export const useRowState: typeof useRowStateDecl = (
798 tableId: Id,

Callers 7

ReaderFunction · 0.90
TestFunction · 0.90
ContextRowChildFunction · 0.90
TestFunction · 0.90
useRowStateFunction · 0.90
GettersFunction · 0.50
GettersFunction · 0.50

Calls 2

useStoreOrStoreByIdFunction · 0.90
useListenableFunction · 0.70

Tested by 4

ReaderFunction · 0.72
TestFunction · 0.72
ContextRowChildFunction · 0.72
TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…