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

Function SomePromiseArray

static/word2md/mammoth.browser.js:8537–8542  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

8535
8536
8537function SomePromiseArray(values) {
8538 this.constructor$(values);
8539 this._howMany = 0;
8540 this._unwrap = false;
8541 this._initialized = false;
8542}
8543util.inherits(SomePromiseArray, PromiseArray);
8544
8545SomePromiseArray.prototype._init = function () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected