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

Function useRowCount

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

Source from the content-addressed store, hash-verified

488 [tableId, cellId]
489);
490var useRowCount = (tableId, storeOrStoreId) => useListenable(
491 ROW_COUNT,
492 useStoreOrStoreById(storeOrStoreId),
493 7,
494 [tableId]
495);
496var useRowIds = (tableId, storeOrStoreId) => useListenable(ROW_IDS, useStoreOrStoreById(storeOrStoreId), 1, [
497 tableId
498]);

Callers

nothing calls this directly

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…