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

Function useRowCount

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

Source from the content-addressed store, hash-verified

448 [tableId, cellId]
449);
450var useRowCount = (tableId, storeOrStoreId) => useListenable(
451 ROW_COUNT,
452 useStoreOrStoreById(storeOrStoreId),
453 7,
454 [tableId]
455);
456var useRowIds = (tableId, storeOrStoreId) => useListenable(ROW_IDS, useStoreOrStoreById(storeOrStoreId), 1, [
457 tableId
458]);

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…