MCPcopy
hub / github.com/TanStack/query / getQueryKeyB

Function getQueryKeyB

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

Source from the content-addressed store, hash-verified

575
576 type QueryKeyB = ['queryB', string]
577 const getQueryKeyB = (id: string): QueryKeyB => ['queryB', id]
578 type GetQueryFunctionB = () => QueryFunction<string, QueryKeyB>
579 const getQueryFunctionB: GetQueryFunctionB = () => () => {
580 return '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…