MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / latin1Write

Function latin1Write

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

Source from the content-addressed store, hash-verified

1412}
1413
1414function latin1Write (buf, string, offset, length) {
1415 return asciiWrite(buf, string, offset, length)
1416}
1417
1418function base64Write (buf, string, offset, length) {
1419 return blitBuffer(base64ToBytes(string), buf, offset, length)

Callers 1

sanitize-html.jsFile · 0.85

Calls 1

asciiWriteFunction · 0.85

Tested by

no test coverage detected