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

Function useTable

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

Source from the content-addressed store, hash-verified

249 /* Array */
250);
251var useTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 0, [
252 tableId
253]);
254var useTableCellIds = (tableId, storeOrStoreId) => useListenable(
255 TABLE + CELL_IDS,
256 useStoreOrStoreById(storeOrStoreId),

Callers 1

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