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

Function provideMetrics

src/ui-svelte/functions.svelte.ts:1575–1576  ·  view source on GitHub ↗
(metricsId: Id, metrics: Metrics)

Source from the content-addressed store, hash-verified

1573 provideThing(storeId, store, OFFSET_STORE);
1574
1575export const provideMetrics = (metricsId: Id, metrics: Metrics): void =>
1576 provideThing(metricsId, metrics, OFFSET_METRICS);
1577
1578export const provideIndexes = (indexesId: Id, indexes: Indexes): void =>
1579 provideThing(indexesId, indexes, OFFSET_INDEXES);

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…