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

Function useHasTableCell

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

Source from the content-addressed store, hash-verified

442 [tableId]
443);
444var useHasTableCell = (tableId, cellId, storeOrStoreId) => useListenable(
445 TABLE + CELL,
446 useStoreOrStoreById(storeOrStoreId),
447 6,
448 [tableId, cellId]
449);
450var useRowCount = (tableId, storeOrStoreId) => useListenable(
451 ROW_COUNT,
452 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…