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

Function Context

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

Source from the content-addressed store, hash-verified

4593Promise._peekContext = Promise.prototype._peekContext = function() {};
4594
4595function Context() {
4596 this._trace = new Context.CapturedTrace(peekContext());
4597}
4598Context.prototype._pushContext = function () {
4599 if (this._trace !== undefined) {
4600 this._trace._promiseCreated = null;

Callers

nothing calls this directly

Calls 1

peekContextFunction · 0.70

Tested by

no test coverage detected