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

Function ZipEntry

static/word2md/mammoth.browser.js:14519–14522  ·  view source on GitHub ↗

* An entry in the zip file. * @constructor * @param {Object} options Options of the current file. * @param {Object} loadOptions Options for loading the stream.

(options, loadOptions)

Source from the content-addressed store, hash-verified

14517 * @param {Object} loadOptions Options for loading the stream.
14518 */
14519function ZipEntry(options, loadOptions) {
14520 this.options = options;
14521 this.loadOptions = loadOptions;
14522}
14523ZipEntry.prototype = {
14524 /**
14525 * say if the file is encrypted.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected