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

Function CompressedObject

static/word2md/mammoth.browser.js:12112–12118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12110},{}],85:[function(require,module,exports){
12111'use strict';
12112function CompressedObject() {
12113 this.compressedSize = 0;
12114 this.uncompressedSize = 0;
12115 this.crc32 = 0;
12116 this.compressionMethod = null;
12117 this.compressedContent = null;
12118}
12119
12120CompressedObject.prototype = {
12121 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected