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

Function useHasCell

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

Source from the content-addressed store, hash-verified

530 rowId
531]);
532var useHasCell = (tableId, rowId, cellId, storeOrStoreId) => useListenable(CELL, useStoreOrStoreById(storeOrStoreId), 6, [
533 tableId,
534 rowId,
535 cellId
536]);
537var useCell = (tableId, rowId, cellId, storeOrStoreId) => useListenable(
538 CELL,
539 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…