MCPcopy
hub / github.com/CacheControl/json-rules-engine / range

Function range

test/performance.test.js:29–31  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

27 * Generates an array of integers of length 'num'
28 */
29 function range (num) {
30 return Array.from(Array(num).keys())
31 }
32
33 function setup (conditions) {
34 const engine = engineFactory()

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…