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

Function useTables

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

Source from the content-addressed store, hash-verified

450 []
451);
452var useTables = (storeOrStoreId) => useListenable(
453 TABLES,
454 useStoreOrStoreById(storeOrStoreId),
455 0
456 /* Object */
457);
458var useTablesState = (storeOrStoreId) => [
459 useTables(storeOrStoreId),
460 useSetTablesCallback(getArg, [], storeOrStoreId)

Callers 1

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