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

Function base64ToBytes

stackgl_modules/index.js:1503–1505  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

1501 return byteArray;
1502}
1503function base64ToBytes(str) {
1504 return base64.toByteArray(base64clean(str));
1505}
1506function blitBuffer(src, dst, offset, length) {
1507 for (var i = 0; i < length; ++i) {
1508 if (i + offset >= dst.length || i >= src.length) break;

Callers 2

byteLengthFunction · 0.85
base64WriteFunction · 0.85

Calls 1

base64cleanFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…