MCPcopy Create free account
hub / github.com/plotly/plotly.js / isArrayOrTypedArray

Function isArrayOrTypedArray

stackgl_modules/index.js:11664–11666  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

11662}
11663
11664function isArrayOrTypedArray(a) {
11665 return Array.isArray(a) || isTypedArray(a)
11666}
11667
11668function copyVec3(a, b) {
11669 a[0] = b[0]

Callers 3

parseOptionFunction · 0.70
index.jsFile · 0.70
get_glyphDataFunction · 0.70

Calls 1

isTypedArrayFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…