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

Function base64Write

packages/main/test/pages/diffable-html.js:926–928  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

924 }
925
926 function base64Write (buf, string, offset, length) {
927 return blitBuffer(base64ToBytes(string), buf, offset, length)
928 }
929
930 function ucs2Write (buf, string, offset, length) {
931 return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)

Callers 1

diffable-html.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
base64ToBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…