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

Function provideIndexes

src/ui-svelte/functions.svelte.ts:1578–1579  ·  view source on GitHub ↗
(indexesId: Id, indexes: Indexes)

Source from the content-addressed store, hash-verified

1576 provideThing(metricsId, metrics, OFFSET_METRICS);
1577
1578export const provideIndexes = (indexesId: Id, indexes: Indexes): void =>
1579 provideThing(indexesId, indexes, OFFSET_INDEXES);
1580
1581export const provideRelationships = (
1582 relationshipsId: Id,

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…