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

Function valObjectCanBeDataArray

src/plot_api/plot_api.js:2903–2905  ·  view source on GitHub ↗
(valObject)

Source from the content-addressed store, hash-verified

2901 }
2902
2903 function valObjectCanBeDataArray(valObject) {
2904 return valObject.valType === 'data_array' || valObject.arrayOk;
2905 }
2906
2907 for (key in oldContainer) {
2908 // short-circuit based on previous calls or previous keys that already maximized the pathway

Callers 1

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