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

Function getQueries

src/ui-svelte/functions.svelte.ts:679–680  ·  view source on GitHub ↗
(id?: Id)

Source from the content-addressed store, hash-verified

677};
678
679export const getQueries = (id?: Id): Queries | undefined =>
680 getProvidedThing(id, OFFSET_QUERIES) as Queries | undefined;
681
682export const getQueriesIds = (): {readonly current: Ids} => {
683 const contextValue = getContextValue();

Callers 1

QueriesFunction · 0.50

Calls 1

getProvidedThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…