MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / utf8Write

Function utf8Write

lib/sanitize-html.js:1406–1408  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

1404}
1405
1406function utf8Write (buf, string, offset, length) {
1407 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
1408}
1409
1410function asciiWrite (buf, string, offset, length) {
1411 return blitBuffer(asciiToBytes(string), buf, offset, length)

Callers 1

sanitize-html.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
utf8ToBytesFunction · 0.85

Tested by

no test coverage detected