MCPcopy Index your code
hub / github.com/UI5/webcomponents / utf8Write

Function utf8Write

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

Source from the content-addressed store, hash-verified

912 }
913
914 function utf8Write (buf, string, offset, length) {
915 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
916 }
917
918 function asciiWrite (buf, string, offset, length) {
919 return blitBuffer(asciiToBytes(string), buf, offset, length)

Callers 1

diffable-html.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
utf8ToBytesFunction · 0.85

Tested by

no test coverage detected