MCPcopy Create free account
hub / github.com/TruthHun/BookStack / utf8Write

Function utf8Write

static/word2md/mammoth.browser.js:10502–10504  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

10500}
10501
10502function utf8Write (buf, string, offset, length) {
10503 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
10504}
10505
10506function asciiWrite (buf, string, offset, length) {
10507 return blitBuffer(asciiToBytes(string), buf, offset, length)

Callers 1

mammoth.browser.jsFile · 0.70

Calls 2

blitBufferFunction · 0.70
utf8ToBytesFunction · 0.70

Tested by

no test coverage detected