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

Function useRowCount

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

Source from the content-addressed store, hash-verified

538 [tableId]
539);
540var useRowCount = (tableId, storeOrStoreId) => useListenable2(
541 ROW_COUNT2,
542 useStoreOrStoreById2(storeOrStoreId),
543 7,
544 [tableId]
545);
546var useRowIds = (tableId, storeOrStoreId) => useListenable2(ROW_IDS2, useStoreOrStoreById2(storeOrStoreId), 1, [
547 tableId
548]);

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…