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

Function useHasRow

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

Source from the content-addressed store, hash-verified

472 storeOrStoreId
473);
474var useHasRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 6, [
475 tableId,
476 rowId
477]);
478var useRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 0, [
479 tableId,
480 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…