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

Function useQueriesIds

src/ui-solid/primitives.ts:1462–1462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1460): Accessor<Queries | undefined> => useCreate(store, create);
1461
1462export const useQueriesIds = () => useThingIds(OFFSET_QUERIES);
1463
1464export const useQueries = (
1465 id?: MaybeAccessor<Id | undefined>,

Callers 4

ReaderFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…