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

Function initNestedArray

src/traces/box/calc.js:361–367  ·  view source on GitHub ↗
(len)

Source from the content-addressed store, hash-verified

359}
360
361function initNestedArray(len) {
362 var arr = new Array(len);
363 for(var i = 0; i < len; i++) {
364 arr[i] = [];
365 }
366 return arr;
367}
368
369var TRACE_TO_CALC = {
370 text: 'tx',

Callers 1

calc.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…