MCPcopy
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

14exports.isTypedArray = isTypedArray;
15
16function isArrayOrTypedArray(a) {
17 return isArray(a) || isTypedArray(a);
18}
19exports.isArrayOrTypedArray = isArrayOrTypedArray;
20
21/*

Callers 15

stats.jsFile · 0.70
formatColorFunction · 0.70
relink_private.jsFile · 0.70
coerce.jsFile · 0.70
validateFunction · 0.70
npGetFunction · 0.70
npSetFunction · 0.70
setArrayAllFunction · 0.70
isArray1DFunction · 0.70
_rowLengthFunction · 0.70
get_legend_data.jsFile · 0.50
orderFn2Function · 0.50

Calls 1

isTypedArrayFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…