MCPcopy 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
12const 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
20const newPerson = (): Person => {
21 return {

Callers 1

makeDataLevelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…