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

Function useRowCount

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

Source from the content-addressed store, hash-verified

491 [tableId]
492);
493var useRowCount = (tableId, storeOrStoreId) => useListenable2(
494 ROW_COUNT2,
495 useStoreOrStoreById2(storeOrStoreId),
496 7,
497 [tableId]
498);
499var useRowIds = (tableId, storeOrStoreId) => useListenable2(ROW_IDS2, useStoreOrStoreById2(storeOrStoreId), 1, [
500 tableId
501]);

Callers 1

SortedTableInHtmlTableFunction · 0.70

Calls 2

useListenable2Function · 0.70
useStoreOrStoreById2Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…