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

Function useTablesState

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

Source from the content-addressed store, hash-verified

456 /* Object */
457);
458var useTablesState = (storeOrStoreId) => [
459 useTables(storeOrStoreId),
460 useSetTablesCallback(getArg, [], storeOrStoreId)
461];
462var useTableIds = (storeOrStoreId) => useListenable(
463 TABLE_IDS,
464 useStoreOrStoreById(storeOrStoreId),

Callers

nothing calls this directly

Calls 2

useTablesFunction · 0.70
useSetTablesCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…