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

Function getQueryKeyB

packages/react-query/src/__tests__/useQueries.test.tsx:711–711  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

709
710 type QueryKeyB = ['queryB', string]
711 const getQueryKeyB = (id: string): QueryKeyB => ['queryB', id]
712 type GetQueryFunctionB = () => QueryFunction<string, QueryKeyB>
713 const getQueryFunctionB: GetQueryFunctionB = () => () => {
714 return Promise.resolve('1')

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…