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

Function reject

static/word2md/mammoth.browser.js:8858–8862  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

8856 }
8857
8858 function reject(reason) {
8859 if (!promise) return;
8860 promise._rejectCallback(reason, synchronous, true);
8861 promise = null;
8862 }
8863 return ret;
8864}
8865

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected