MCPcopy
hub / github.com/tinyplex/tinybase / useValues

Function useValues

src/ui-react/hooks.ts:863–866  ·  view source on GitHub ↗
(
  storeOrStoreId?: StoreOrStoreId,
)

Source from the content-addressed store, hash-verified

861 );
862
863export const useValues: typeof useValuesDecl = (
864 storeOrStoreId?: StoreOrStoreId,
865): Values =>
866 useListenable(VALUES, useStoreOrStoreById(storeOrStoreId), ReturnType.Object);
867
868export const useValuesState: typeof useValuesStateDecl = (
869 storeOrStoreId?: StoreOrStoreId,

Callers 5

ReaderFunction · 0.90
useValuesStateFunction · 0.90
BodyFunction · 0.90
GettersFunction · 0.50
GettersFunction · 0.50

Calls 2

useStoreOrStoreByIdFunction · 0.90
useListenableFunction · 0.70

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…