Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/plotly.js
/ isArrayOrTypedArray
Function
isArrayOrTypedArray
src/lib/array.js:16–18 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
14
exports.isTypedArray = isTypedArray;
15
16
function
isArrayOrTypedArray(a) {
17
return
isArray(a) || isTypedArray(a);
18
}
19
exports.isArrayOrTypedArray = isArrayOrTypedArray;
20
21
/*
Callers
15
stats.js
File · 0.70
formatColor
Function · 0.70
relink_private.js
File · 0.70
coerce.js
File · 0.70
validate
Function · 0.70
npGet
Function · 0.70
npSet
Function · 0.70
setArrayAll
Function · 0.70
isArray1D
Function · 0.70
_rowLength
Function · 0.70
get_legend_data.js
File · 0.50
orderFn2
Function · 0.50
Calls
1
isTypedArray
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…