MCPcopy Create free account
hub / github.com/UI5/webcomponents / base64ToBytes

Function base64ToBytes

packages/main/test/pages/diffable-html.js:1837–1839  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

1835 }
1836
1837 function base64ToBytes (str) {
1838 return base64.toByteArray(base64clean(str))
1839 }
1840
1841 function blitBuffer (src, dst, offset, length) {
1842 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…