MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / base64ToBytes

Function base64ToBytes

lib/sanitize-html.js:2369–2371  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

2367}
2368
2369function base64ToBytes (str) {
2370 return base64.toByteArray(base64clean(str))
2371}
2372
2373function blitBuffer (src, dst, offset, length) {
2374 for (var i = 0; i < length; ++i) {

Callers 2

byteLengthFunction · 0.85
base64WriteFunction · 0.85

Calls 1

base64cleanFunction · 0.85

Tested by

no test coverage detected