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

Function getQueryFunctionB

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

Source from the content-addressed store, hash-verified

577 const getQueryKeyB = (id: string): QueryKeyB => ['queryB', id]
578 type GetQueryFunctionB = () => QueryFunction<string, QueryKeyB>
579 const getQueryFunctionB: GetQueryFunctionB = () => () => {
580 return '1'
581 }
582 type SelectorB = (data: string) => [string, number]
583 const getSelectorB = (): SelectorB => (data) => [data, +data]
584

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…