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

Function iterPush

stackgl_modules/index.js:6654–6672  ·  view source on GitHub ↗
(ptr,
  axis,
  redStart, redEnd,
  blueStart, blueEnd,
  state,
  lo, hi)

Source from the content-addressed store, hash-verified

6652
6653//Append item to queue
6654function iterPush(ptr,
6655 axis,
6656 redStart, redEnd,
6657 blueStart, blueEnd,
6658 state,
6659 lo, hi) {
6660
6661 var iptr = IFRAME_SIZE * ptr
6662 BOX_ISTACK[iptr] = axis
6663 BOX_ISTACK[iptr+1] = redStart
6664 BOX_ISTACK[iptr+2] = redEnd
6665 BOX_ISTACK[iptr+3] = blueStart
6666 BOX_ISTACK[iptr+4] = blueEnd
6667 BOX_ISTACK[iptr+5] = state
6668
6669 var dptr = DFRAME_SIZE * ptr
6670 BOX_DSTACK[dptr] = lo
6671 BOX_DSTACK[dptr+1] = hi
6672}
6673
6674//Special case: Intersect single point with list of intervals
6675function onePointPartial(

Callers 1

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