Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
Page
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected