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

Function shufflePivot

stackgl_modules/index.js:7429–7436  ·  view source on GitHub ↗
(i, j, px, py, data)

Source from the content-addressed store, hash-verified

7427}
7428
7429function shufflePivot(i, j, px, py, data) {
7430 i *= 2
7431 j *= 2
7432 data[i] = data[j]
7433 data[j] = px
7434 data[i+1] = data[j+1]
7435 data[j+1] = py
7436}
7437
7438function compare(i, j, data) {
7439 i *= 2

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…