MCPcopy Create free account
hub / github.com/plotly/plotly.js / ascending

Function ascending

test/jasmine/tests/lib_test.js:2900–2907  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

2898 }
2899
2900 function ascending(n) {
2901 var out = new Array(n);
2902 for (var i = 0; i < n; i++) {
2903 out[i] = i;
2904 }
2905 assertAscending(out);
2906 return out;
2907 }
2908
2909 function descending(n) {
2910 var out = new Array(n);

Callers 1

lib_test.jsFile · 0.85

Calls 1

assertAscendingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…