Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
29
function
isArray1D(a) {
30
return
!isArrayOrTypedArray(a[0]);
31
}
32
exports.isArray1D = isArray1D;
33
34
/*
Callers
2
xy_defaults.js
File · 0.85
calc.js
File · 0.85
Calls
1
isArrayOrTypedArray
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…