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

Function ucs2Write

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

Source from the content-addressed store, hash-verified

928 }
929
930 function ucs2Write (buf, string, offset, length) {
931 return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)
932 }
933
934 Buffer.prototype.write = function write (string, offset, length, encoding) {
935 // Buffer#write(string)

Callers 1

diffable-html.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
utf16leToBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…