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

Function base64DetectIncompleteChar

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

Source from the content-addressed store, hash-verified

27849}
27850
27851function base64DetectIncompleteChar(buffer) {
27852 this.charReceived = buffer.length % 3;
27853 this.charLength = this.charReceived ? 3 : 0;
27854}
27855
27856},{"buffer":77}],153:[function(require,module,exports){
27857// Underscore.js 1.8.3

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected