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

Function asciiWrite

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

Source from the content-addressed store, hash-verified

1408}
1409
1410function asciiWrite (buf, string, offset, length) {
1411 return blitBuffer(asciiToBytes(string), buf, offset, length)
1412}
1413
1414function latin1Write (buf, string, offset, length) {
1415 return asciiWrite(buf, string, offset, length)

Callers 2

latin1WriteFunction · 0.85
sanitize-html.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
asciiToBytesFunction · 0.85

Tested by

no test coverage detected