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

Function latin1Write

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

Source from the content-addressed store, hash-verified

920 }
921
922 function latin1Write (buf, string, offset, length) {
923 return asciiWrite(buf, string, offset, length)
924 }
925
926 function base64Write (buf, string, offset, length) {
927 return blitBuffer(base64ToBytes(string), buf, offset, length)

Callers 1

diffable-html.jsFile · 0.85

Calls 1

asciiWriteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…