Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.85
Calls
1
fn
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…