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

Function CapturedTrace

static/word2md/mammoth.browser.js:5370–5376  ·  view source on GitHub ↗
(parent)

Source from the content-addressed store, hash-verified

5368}
5369
5370function CapturedTrace(parent) {
5371 this._parent = parent;
5372 this._promisesCreated = 0;
5373 var length = this._length = 1 + (parent === undefined ? 0 : parent._length);
5374 captureStackTrace(this, CapturedTrace);
5375 if (length > 32) this.uncycle();
5376}
5377util.inherits(CapturedTrace, Error);
5378Context.CapturedTrace = CapturedTrace;
5379

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected