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

Function pass

src/components/fx/hover.js:2166–2168  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

2164 var cd = d.cd[index] || {};
2165
2166 function pass(v) {
2167 return v || (isNumeric(v) && v === 0);
2168 }
2169
2170 var getVal = Array.isArray(index)
2171 ? function (calcKey, traceKey) {

Callers 2

cleanPointFunction · 0.85
fillFunction · 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…