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

Function useHasValue

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

Source from the content-addressed store, hash-verified

525 /* Array */
526);
527var useHasValue = (valueId, storeOrStoreId) => useListenable(VALUE, useStoreOrStoreById(storeOrStoreId), 6, [
528 valueId
529]);
530var useValue = (valueId, storeOrStoreId) => useListenable(
531 VALUE,
532 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…