MCPcopy Index your code
hub / github.com/TanStack/query / getQueryFunctionA

Function getQueryFunctionA

packages/solid-query/src/__tests__/useQueries.test.tsx:570–572  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

568 const getQueryKeyA = (): QueryKeyA => ['queryA']
569 type GetQueryFunctionA = () => QueryFunction<number, QueryKeyA>
570 const getQueryFunctionA: GetQueryFunctionA = () => () => {
571 return 1
572 }
573 type SelectorA = (data: number) => [number, string]
574 const getSelectorA = (): SelectorA => (data) => [data, data.toString()]
575

Callers 1

PageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…