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

Function bruteForceFull

stackgl_modules/index.js:6481–6488  ·  view source on GitHub ↗
(d, ax, vv, rs, re, rb, ri, bs, be, bb, bi)

Source from the content-addressed store, hash-verified

6479 }
6480 }
6481 function bruteForceFull(d, ax, vv, rs, re, rb, ri, bs, be, bb, bi) {
6482 if (re - rs > be - bs) {
6483 return bruteForceRedFull(d, ax, vv, rs, re, rb, ri, bs, be, bb, bi)
6484 }
6485 else {
6486 return bruteForceBlueFull(d, ax, vv, rs, re, rb, ri, bs, be, bb, bi)
6487 }
6488 }
6489 return bruteForceFull
6490}
6491

Callers 1

boxIntersectIterFunction · 0.85

Calls 2

bruteForceRedFullFunction · 0.85
bruteForceBlueFullFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…