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

Function getValues

src/ui-svelte/functions.svelte.ts:521–524  ·  view source on GitHub ↗
(
  storeOrStoreId?: MaybeGetter<Store | Id | undefined>,
)

Source from the content-addressed store, hash-verified

519 );
520
521export const getValues = (
522 storeOrStoreId?: MaybeGetter<Store | Id | undefined>,
523): {readonly current: Values} =>
524 createListenable(resolveStore(storeOrStoreId), VALUES, EMPTY_OBJ as Values);
525
526export const getValueIds = (
527 storeOrStoreId?: MaybeGetter<Store | Id | undefined>,

Callers

nothing calls this directly

Calls 2

createListenableFunction · 0.70
resolveStoreFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…