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

Function useValues

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

Source from the content-addressed store, hash-verified

551 []
552);
553var useValues = (storeOrStoreId) => useListenable(
554 VALUES,
555 useStoreOrStoreById(storeOrStoreId),
556 0
557 /* Object */
558);
559var useValuesState = (storeOrStoreId) => [
560 useValues(storeOrStoreId),
561 useSetValuesCallback(getArg, [], storeOrStoreId)

Callers 1

useValuesStateFunction · 0.70

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…