MCPcopy Index your code
hub / github.com/dataease/SQLBot / numbers

Method numbers

frontend/public/swagger-ui-bundle.js:26715–26720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26713 return new DRange(this)
26714 }
26715 numbers() {
26716 return this.ranges.reduce((s, o) => {
26717 for (var i = o.low; i <= o.high; ) (s.push(i), i++)
26718 return s
26719 }, [])
26720 }
26721 subranges() {
26722 return this.ranges.map((s) => ({
26723 low: s.low,

Callers

nothing calls this directly

Calls 2

reduceMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected