MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useRowIds

Function useRowIds

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

Source from the content-addressed store, hash-verified

494 [tableId]
495);
496var useRowIds = (tableId, storeOrStoreId) => useListenable(ROW_IDS, useStoreOrStoreById(storeOrStoreId), 1, [
497 tableId
498]);
499var useSortedRowIds = (tableIdOrArgs, cellIdOrStoreOrStoreId, descending, offset, limit, storeOrStoreId) => useSortedRowIdsImpl(
500 ...isObject(tableIdOrArgs) ? [
501 tableIdOrArgs.tableId,

Callers 1

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