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

Function base64Write

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

Source from the content-addressed store, hash-verified

10512}
10513
10514function base64Write (buf, string, offset, length) {
10515 return blitBuffer(base64ToBytes(string), buf, offset, length)
10516}
10517
10518function ucs2Write (buf, string, offset, length) {
10519 return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)

Callers 1

mammoth.browser.jsFile · 0.70

Calls 2

blitBufferFunction · 0.70
base64ToBytesFunction · 0.70

Tested by

no test coverage detected