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

Function isArrayBuffer

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

Source from the content-addressed store, hash-verified

100typedArrays.float64 = typedArrays.f8;
101
102function isArrayBuffer(a) {
103 return a.constructor === ArrayBuffer;
104}
105exports.isArrayBuffer = isArrayBuffer;
106
107exports.decodeTypedArraySpec = function(vIn) {

Callers 1

array.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…