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

Function deferResolve

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

Source from the content-addressed store, hash-verified

7424};
7425
7426function deferResolve(v) {this.promise._resolveCallback(v);}
7427function deferReject(v) {this.promise._rejectCallback(v, false);}
7428
7429Promise.defer = Promise.pending = function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected