MCPcopy Create free account
hub / github.com/TanStack/query / getSelectorA

Function getSelectorA

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

Source from the content-addressed store, hash-verified

795 }
796 type SelectorA = (data: number) => [number, string]
797 const getSelectorA = (): SelectorA => (data) => [data, data.toString()]
798
799 type QueryKeyB = ['queryB', string]
800 const getQueryKeyB = (id: string): QueryKeyB => ['queryB', id]

Callers 1

PageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected