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

Function getSelectorB

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

Source from the content-addressed store, hash-verified

581 }
582 type SelectorB = (data: string) => [string, number]
583 const getSelectorB = (): SelectorB => (data) => [data, +data]
584
585 // Wrapper with strongly typed array-parameter
586 function useWrappedQueries<

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…