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

Function useHasTables

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

Source from the content-addressed store, hash-verified

444var useProvideStore = (storeId, store) => useProvideThing(storeId, store, OFFSET_STORE);
445var useCreateMergeableStore = (create, createDeps = EMPTY_ARRAY) => useMemo(create, createDeps);
446var useHasTables = (storeOrStoreId) => useListenable(
447 TABLES,
448 useStoreOrStoreById(storeOrStoreId),
449 6,
450 []
451);
452var useTables = (storeOrStoreId) => useListenable(
453 TABLES,
454 useStoreOrStoreById(storeOrStoreId),

Callers

nothing calls this directly

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…