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

Function useHasValues

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:547–552  ·  view source on GitHub ↗
(storeOrStoreId)

Source from the content-addressed store, hash-verified

545 useSetCellCallback(tableId, rowId, cellId, getArg, [], storeOrStoreId)
546];
547var useHasValues = (storeOrStoreId) => useListenable(
548 VALUES,
549 useStoreOrStoreById(storeOrStoreId),
550 6,
551 []
552);
553var useValues = (storeOrStoreId) => useListenable(
554 VALUES,
555 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…