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

Function useHasValues

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

Source from the content-addressed store, hash-verified

503 useSetCellCallback(tableId, rowId, cellId, getArg, storeOrStoreId)
504];
505var useHasValues = (storeOrStoreId) => useListenable(
506 VALUES,
507 useStoreOrStoreById(storeOrStoreId),
508 6,
509 []
510);
511var useValues = (storeOrStoreId) => useListenable(
512 VALUES,
513 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…