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

Function latin1Write

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

Source from the content-addressed store, hash-verified

10508}
10509
10510function latin1Write (buf, string, offset, length) {
10511 return asciiWrite(buf, string, offset, length)
10512}
10513
10514function base64Write (buf, string, offset, length) {
10515 return blitBuffer(base64ToBytes(string), buf, offset, length)

Callers 1

mammoth.browser.jsFile · 0.70

Calls 1

asciiWriteFunction · 0.70

Tested by

no test coverage detected