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

Function isArray1D

src/lib/array.js:29–31  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

27 * not consistent we won't figure that out here.
28 */
29function isArray1D(a) {
30 return !isArrayOrTypedArray(a[0]);
31}
32exports.isArray1D = isArray1D;
33
34/*

Callers 2

xy_defaults.jsFile · 0.85
calc.jsFile · 0.85

Calls 1

isArrayOrTypedArrayFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…