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

Function useHasValue

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

Source from the content-addressed store, hash-verified

567 /* Array */
568);
569var useHasValue = (valueId, storeOrStoreId) => useListenable(VALUE, useStoreOrStoreById(storeOrStoreId), 6, [
570 valueId
571]);
572var useValue = (valueId, storeOrStoreId) => useListenable(
573 VALUE,
574 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…