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

Function isOperationIn

src/transforms/filter.js:227–229  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

225 var hasArrayValue = Lib.isArrayOrTypedArray(value);
226
227 function isOperationIn(array) {
228 return array.indexOf(operation) !== -1;
229 }
230
231 var d2cValue = function(v) { return d2c(v, 0, opts.valuecalendar); };
232 var d2cTarget = function(v) { return d2c(v, 0, targetCalendar); };

Callers 1

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