Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ genItems
Function
genItems
packages/solid-query/src/__tests__/useInfiniteQuery.test.tsx:1593–1594 ·
view source on GitHub ↗
(size: number)
Source
from the content-addressed store, hash-verified
1591
const key = queryKey()
1592
1593
const genItems = (size: number) =>
1594
[...new Array(size)].fill(null).map((_, d) => d)
1595
const items = genItems(15)
1596
const limit = 3
1597
Callers
1
useInfiniteQuery.test.tsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected