Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ queryFn
Function
queryFn
packages/solid-query/src/__tests__/useQueries.test.tsx:138–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
it(
'should use provided custom queryClient'
, async () => {
137
const key = queryKey()
138
const queryFn = () => sleep(10).then(() =>
'custom client'
)
139
140
function Page() {
141
const queries = useQueries(
Callers
nothing calls this directly
Calls
1
sleep
Function · 0.90
Tested by
no test coverage detected