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

Function useHasTable

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

Source from the content-addressed store, hash-verified

466 /* Array */
467);
468var useHasTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 6, [
469 tableId
470]);
471var useTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 0, [
472 tableId
473]);

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…