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

Function forAllAttrs

src/transforms/filter.js:175–180  ·  view source on GitHub ↗
(fn, index)

Source from the content-addressed store, hash-verified

173 var index = 0;
174
175 function forAllAttrs(fn, index) {
176 for(var j = 0; j < arrayAttrs.length; j++) {
177 var np = Lib.nestedProperty(trace, arrayAttrs[j]);
178 fn(np, index);
179 }
180 }
181
182 var initFn;
183 var fillFn;

Callers 1

filter.jsFile · 0.85

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…