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

Function peekContext

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

Source from the content-addressed store, hash-verified

4617}
4618
4619function peekContext() {
4620 var lastIndex = contextStack.length - 1;
4621 if (lastIndex >= 0) {
4622 return contextStack[lastIndex];
4623 }
4624 return undefined;
4625}
4626Context.CapturedTrace = null;
4627Context.create = createContext;
4628Context.deactivateLongStackTraces = function() {};

Callers 1

ContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected