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

Function getValueIds

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

Source from the content-addressed store, hash-verified

524 createListenable(resolveStore(storeOrStoreId), VALUES, EMPTY_OBJ as Values);
525
526export const getValueIds = (
527 storeOrStoreId?: MaybeGetter<Store | Id | undefined>,
528): {readonly current: Ids} =>
529 createListenable(resolveStore(storeOrStoreId), VALUE_IDS, EMPTY_ARR);
530
531export const hasValue = (
532 valueId: MaybeGetter<Id>,

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…