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

Function reflectHandler

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

Source from the content-addressed store, hash-verified

6722 return new TypeError("circular promise resolution chain\u000a\u000a See http://goo.gl/MqrFmX\u000a");
6723};
6724var reflectHandler = function() {
6725 return new Promise.PromiseInspection(this._target());
6726};
6727var apiRejection = function(msg) {
6728 return Promise.reject(new TypeError(msg));
6729};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected