MCPcopy
hub / github.com/tinyplex/tinybase / useTableCellIds

Function useTableCellIds

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

Source from the content-addressed store, hash-verified

702];
703
704export const useTableCellIds: typeof useTableCellIdsDecl = (
705 tableId: Id,
706 storeOrStoreId?: StoreOrStoreId,
707): Ids =>
708 useListenable(
709 TABLE + CELL_IDS,
710 useStoreOrStoreById(storeOrStoreId),
711 ReturnType.Array,
712 [tableId],
713 );
714
715export const useHasTableCell: typeof useHasTableCellDecl = (
716 tableId: Id,

Callers 8

ReaderFunction · 0.90
TableInHtmlTableFunction · 0.90
useDottedCellIdsFunction · 0.90
SortedTableInHtmlTableFunction · 0.90
SliceInHtmlTableFunction · 0.90
TableViewFunction · 0.90
GettersFunction · 0.50
GettersFunction · 0.50

Calls 2

useStoreOrStoreByIdFunction · 0.90
useListenableFunction · 0.70

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…