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

Function useHasTableCell

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

Source from the content-addressed store, hash-verified

482 [tableId]
483);
484var useHasTableCell = (tableId, cellId, storeOrStoreId) => useListenable(
485 TABLE + CELL,
486 useStoreOrStoreById(storeOrStoreId),
487 6,
488 [tableId, cellId]
489);
490var useRowCount = (tableId, storeOrStoreId) => useListenable(
491 ROW_COUNT,
492 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…