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

Function useTablesState

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

Source from the content-addressed store, hash-verified

416 /* Object */
417);
418var useTablesState = (storeOrStoreId) => [
419 useTables(storeOrStoreId),
420 useSetTablesCallback(getArg, storeOrStoreId)
421];
422var useTableIds = (storeOrStoreId) => useListenable(
423 TABLE_IDS,
424 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…