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

Function FinallyHandlerCancelReaction

static/word2md/mammoth.browser.js:5888–5890  ·  view source on GitHub ↗
(finallyHandler)

Source from the content-addressed store, hash-verified

5886};
5887
5888function FinallyHandlerCancelReaction(finallyHandler) {
5889 this.finallyHandler = finallyHandler;
5890}
5891
5892FinallyHandlerCancelReaction.prototype._resultCancelled = function() {
5893 checkCancel(this.finallyHandler);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected