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

Function provideStore

src/ui-svelte/functions.svelte.ts:1572–1573  ·  view source on GitHub ↗
(storeId: Id, store: Store)

Source from the content-addressed store, hash-verified

1570};
1571
1572export const provideStore = (storeId: Id, store: Store): void =>
1573 provideThing(storeId, store, OFFSET_STORE);
1574
1575export const provideMetrics = (metricsId: Id, metrics: Metrics): void =>
1576 provideThing(metricsId, metrics, OFFSET_METRICS);

Callers

nothing calls this directly

Calls 1

provideThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…