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

Function SettledPromiseArray

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

Source from the content-addressed store, hash-verified

8486var util = require("./util");
8487
8488function SettledPromiseArray(values) {
8489 this.constructor$(values);
8490}
8491util.inherits(SettledPromiseArray, PromiseArray);
8492
8493SettledPromiseArray.prototype._promiseResolved = function (index, inspection) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected