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

Function useTableIds

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:462–467  ·  view source on GitHub ↗
(storeOrStoreId)

Source from the content-addressed store, hash-verified

460 useSetTablesCallback(getArg, [], storeOrStoreId)
461];
462var useTableIds = (storeOrStoreId) => useListenable(
463 TABLE_IDS,
464 useStoreOrStoreById(storeOrStoreId),
465 1
466 /* Array */
467);
468var useHasTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 6, [
469 tableId
470]);

Callers 1

TablesViewFunction · 0.70

Calls 2

useListenableFunction · 0.70
useStoreOrStoreByIdFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…