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

Function useCellIds

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

Source from the content-addressed store, hash-verified

804];
805
806export const useCellIds: typeof useCellIdsDecl = (
807 tableId: Id,
808 rowId: Id,
809 storeOrStoreId?: StoreOrStoreId,
810): Ids =>
811 useListenable(
812 CELL_IDS,
813 useStoreOrStoreById(storeOrStoreId),
814 ReturnType.Array,
815 [tableId, rowId],
816 );
817
818export const useHasCell: typeof useHasCellDecl = (
819 tableId: Id,

Callers 5

ReaderFunction · 0.90
TestFunction · 0.90
GettersFunction · 0.50
GettersFunction · 0.50

Calls 2

useStoreOrStoreByIdFunction · 0.90
useListenableFunction · 0.70

Tested by 2

ReaderFunction · 0.72
TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…