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

Function provideQueries

src/ui-svelte/functions.svelte.ts:1586–1587  ·  view source on GitHub ↗
(queriesId: Id, queries: Queries)

Source from the content-addressed store, hash-verified

1584): void => provideThing(relationshipsId, relationships, OFFSET_RELATIONSHIPS);
1585
1586export const provideQueries = (queriesId: Id, queries: Queries): void =>
1587 provideThing(queriesId, queries, OFFSET_QUERIES);
1588
1589export const provideCheckpoints = (
1590 checkpointsId: 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…