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

Function useHasCell

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

Source from the content-addressed store, hash-verified

488 rowId
489]);
490var useHasCell = (tableId, rowId, cellId, storeOrStoreId) => useListenable(CELL, useStoreOrStoreById(storeOrStoreId), 6, [
491 tableId,
492 rowId,
493 cellId
494]);
495var useCell = (tableId, rowId, cellId, storeOrStoreId) => useListenable(
496 CELL,
497 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…