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

Function resolve

static/word2md/mammoth.browser.js:8852–8856  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

8850 }
8851
8852 function resolve(value) {
8853 if (!promise) return;
8854 promise._resolveCallback(value);
8855 promise = null;
8856 }
8857
8858 function reject(reason) {
8859 if (!promise) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected