MCPcopy Create free account
hub / github.com/TanStack/db / selectUserData

Function selectUserData

packages/query-db-collection/tests/query.test-d.ts:425–427  ·  view source on GitHub ↗
(data: ResponseType)

Source from the content-addressed store, hash-verified

423 type ResponseType = MetaDataType<Array<UserDataType>>
424
425 const selectUserData = (data: ResponseType) => {
426 return data.data
427 }
428
429 queryCollectionOptions({
430 queryClient,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected