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

Function useCreateQueries

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:993–993  ·  view source on GitHub ↗
(store, create, createDeps)

Source from the content-addressed store, hash-verified

991 [relationshipId, firstRowId]
992);
993var useCreateQueries = (store, create, createDeps) => useCreate(store, create, createDeps);
994var useQueriesIds = () => useThingIds(OFFSET_QUERIES);
995var useQueries = (id) => useThing(id, OFFSET_QUERIES);
996var useQueriesOrQueriesById = (queriesOrQueriesId) => useThingOrThingById(queriesOrQueriesId, OFFSET_QUERIES);

Callers

nothing calls this directly

Calls 1

useCreateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…