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

Function passThroughWrite

static/word2md/mammoth.browser.js:27842–27844  ·  view source on GitHub ↗
(buffer)

Source from the content-addressed store, hash-verified

27840};
27841
27842function passThroughWrite(buffer) {
27843 return buffer.toString(this.encoding);
27844}
27845
27846function utf16DetectIncompleteChar(buffer) {
27847 this.charReceived = buffer.length % 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected