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

Function useTableCellIds

src/ui-solid/primitives.ts:535–544  ·  view source on GitHub ↗
(
  tableId: MaybeAccessor<Id>,
  storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>,
)

Source from the content-addressed store, hash-verified

533];
534
535export const useTableCellIds = (
536 tableId: MaybeAccessor<Id>,
537 storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>,
538): Accessor<Ids> =>
539 useListenable(
540 TABLE + CELL_IDS,
541 useStoreOrStoreById(storeOrStoreId),
542 ReturnType.Array,
543 [tableId],
544 );
545
546export const useHasTableCell = (
547 tableId: MaybeAccessor<Id>,

Callers 7

ReaderFunction · 0.90
primitives.test.tsFile · 0.90
TableViewFunction · 0.90
TableInHtmlTableFunction · 0.90
useDottedCellIdsFunction · 0.90
SortedTableInHtmlTableFunction · 0.90
SliceInHtmlTableFunction · 0.90

Calls 2

useListenableFunction · 0.70
useStoreOrStoreByIdFunction · 0.70

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…