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

Function useTableIds

src/ui-react/hooks.ts:668–675  ·  view source on GitHub ↗
(
  storeOrStoreId?: StoreOrStoreId,
)

Source from the content-addressed store, hash-verified

666];
667
668export const useTableIds: typeof useTableIdsDecl = (
669 storeOrStoreId?: StoreOrStoreId,
670): Ids =>
671 useListenable(
672 TABLE_IDS,
673 useStoreOrStoreById(storeOrStoreId),
674 ReturnType.Array,
675 );
676
677export const useHasTable: typeof useHasTableDecl = (
678 tableId: Id,

Callers 6

ReaderFunction · 0.90
TestFunction · 0.90
TablesViewFunction · 0.90
TablesViewFunction · 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…