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

Function useValuesState

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

Source from the content-addressed store, hash-verified

515 /* Object */
516);
517var useValuesState = (storeOrStoreId) => [
518 useValues(storeOrStoreId),
519 useSetValuesCallback(getArg, storeOrStoreId)
520];
521var useValueIds = (storeOrStoreId) => useListenable(
522 VALUE_IDS,
523 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…