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

Function hasValues

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

Source from the content-addressed store, hash-verified

508};
509
510export const hasValues = (
511 storeOrStoreId?: MaybeGetter<Store | Id | undefined>,
512): {readonly current: boolean} =>
513 createListenable(
514 resolveStore(storeOrStoreId),
515 VALUES,
516 false,
517 () => EMPTY_ARR,
518 1,
519 );
520
521export const getValues = (
522 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…