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

Function useHasRow

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

Source from the content-addressed store, hash-verified

514 ]
515);
516var useHasRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 6, [
517 tableId,
518 rowId
519]);
520var useRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 0, [
521 tableId,
522 rowId

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…