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

Function asciiWrite

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

Source from the content-addressed store, hash-verified

10504}
10505
10506function asciiWrite (buf, string, offset, length) {
10507 return blitBuffer(asciiToBytes(string), buf, offset, length)
10508}
10509
10510function latin1Write (buf, string, offset, length) {
10511 return asciiWrite(buf, string, offset, length)

Callers 2

latin1WriteFunction · 0.70
mammoth.browser.jsFile · 0.70

Calls 2

blitBufferFunction · 0.70
asciiToBytesFunction · 0.70

Tested by

no test coverage detected