MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getContextValue

Function getContextValue

src/ui-svelte/functions.svelte.ts:184–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182): T => (isFunction(thing) ? thing() : thing);
183
184const getContextValue = (): ContextValue =>
185 getContext(TINYBASE_CONTEXT_KEY) ?? [];
186
187const getThing = <UsedThing extends Thing>(
188 contextValue: ContextValue,

Callers 11

getProvidedThingFunction · 0.70
resolveProvidedThingFunction · 0.70
getStoreIdsFunction · 0.70
getMetricsIdsFunction · 0.70
getIndexesIdsFunction · 0.70
getQueriesIdsFunction · 0.70
getRelationshipsIdsFunction · 0.70
getCheckpointsIdsFunction · 0.70
getPersisterIdsFunction · 0.70
getSynchronizerIdsFunction · 0.70
provideThingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…