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

Function useValuesState

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

Source from the content-addressed store, hash-verified

557 /* Object */
558);
559var useValuesState = (storeOrStoreId) => [
560 useValues(storeOrStoreId),
561 useSetValuesCallback(getArg, [], storeOrStoreId)
562];
563var useValueIds = (storeOrStoreId) => useListenable(
564 VALUE_IDS,
565 useStoreOrStoreById(storeOrStoreId),

Callers

nothing calls this directly

Calls 2

useValuesFunction · 0.70
useSetValuesCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…