Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ range
Function
range
examples/solid/bootstrap/src/makeData.ts:12–18 ·
view source on GitHub ↗
(len: number)
Source
from the content-addressed store, hash-verified
10
}
11
12
const
range = (len: number) => {
13
const
arr: number[] = []
14
for
(
let
i = 0; i < len; i++) {
15
arr.push(i)
16
}
17
return
arr
18
}
19
20
const
newPerson = (): Person => {
21
return
{
Callers
1
makeDataLevel
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected