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