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

Function succeed

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

Source from the content-addressed store, hash-verified

5907}
5908
5909function succeed() {
5910 return finallyHandler.call(this, this.promise._target()._settledValue());
5911}
5912function fail(reason) {
5913 if (checkCancel(this, reason)) return;
5914 errorObj.e = reason;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected