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

Function useQueries

src/ui-solid/primitives.ts:1464–1466  ·  view source on GitHub ↗
(
  id?: MaybeAccessor<Id | undefined>,
)

Source from the content-addressed store, hash-verified

1462export const useQueriesIds = () => useThingIds(OFFSET_QUERIES);
1463
1464export const useQueries = (
1465 id?: MaybeAccessor<Id | undefined>,
1466): Accessor<Queries | undefined> => useThing(id, OFFSET_QUERIES);
1467
1468export const useQueriesOrQueriesById = (
1469 queriesOrQueriesId?: MaybeAccessor<QueriesOrQueriesId | undefined>,

Callers 5

ContextProvidedThingsFunction · 0.90
QueriesViewFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingFunction · 0.90

Tested by 2

ContextProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…