MCPcopy Index your code
hub / github.com/TanStack/table / range

Function range

packages/table-core/tests/makeTestData.ts:13–19  ·  view source on GitHub ↗
(len: number)

Source from the content-addressed store, hash-verified

11}
12
13const 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
21const newPerson = (): Person => {
22 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…