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

Function useHasTable

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

Source from the content-addressed store, hash-verified

426 /* Array */
427);
428var useHasTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 6, [
429 tableId
430]);
431var useTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 0, [
432 tableId
433]);

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…