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

Function _sort

test/jasmine/tests/lib_test.js:2948–2952  ·  view source on GitHub ↗
(array, sortFn)

Source from the content-addressed store, hash-verified

2946 }
2947
2948 function _sort(array, sortFn) {
2949 var arrayOut = Lib.sort(array, sortFn);
2950 expect(arrayOut).toBe(array);
2951 return array;
2952 }
2953
2954 it('sorts ascending arrays ascending in N-1 calls', function () {
2955 var arrayIn = _sort(ascending(100000), sortCounter);

Callers 1

lib_test.jsFile · 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…