()
| 4042 | queryKey: key1, |
| 4043 | queryFn: () => sleep(10).then(() => 0), |
| 4044 | get select() { |
| 4045 | const currentCount = count() |
| 4046 | return (data: number) => `selected ${data + currentCount}` |
| 4047 | }, |
| 4048 | placeholderData: 99, |
| 4049 | })) |
| 4050 |
nothing calls this directly
no outgoing calls
no test coverage detected