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

Function useHasTableCell

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

Source from the content-addressed store, hash-verified

713 );
714
715export const useHasTableCell: typeof useHasTableCellDecl = (
716 tableId: Id,
717 cellId: Id,
718 storeOrStoreId?: StoreOrStoreId,
719): boolean =>
720 useListenable(
721 TABLE + CELL,
722 useStoreOrStoreById(storeOrStoreId),
723 ReturnType.Boolean,
724 [tableId, cellId],
725 );
726
727export const useRowCount: typeof useRowCountDecl = (
728 tableId: Id,

Callers 3

ReaderFunction · 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…