MCPcopy Index your code
hub / github.com/plotly/plotly.js / comparePivot

Function comparePivot

stackgl_modules/index.js:7451–7460  ·  view source on GitHub ↗
(i, y, b, data)

Source from the content-addressed store, hash-verified

7449}
7450
7451function comparePivot(i, y, b, data) {
7452 i *= 2
7453 var x = data[i]
7454 if(x < y) {
7455 return true
7456 } else if(x === y) {
7457 return data[i+1] < b
7458 }
7459 return false
7460}
7461
7462function quickSort(left, right, data) {
7463 var sixth = (right - left + 1) / 6 | 0,

Callers 1

quickSortFunction · 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…