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

Function b64encodeTypedArray

test/jasmine/tests/toimage_test.js:2–4  ·  view source on GitHub ↗
(typedArray)

Source from the content-addressed store, hash-verified

1var b64 = require('base64-arraybuffer');
2function b64encodeTypedArray(typedArray) {
3 return b64.encode(typedArray.buffer);
4}
5
6var Plotly = require('../../../lib/index');
7var Lib = require('../../../src/lib');

Callers 1

toimage_test.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…