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

Method beginGroup

static/katex/katex.mjs:12931–12933  ·  view source on GitHub ↗

* Start a new nested group, affecting future local `set`s.

()

Source from the content-addressed store, hash-verified

12929
12930
12931 beginGroup() {
12932 this.undefStack.push({});
12933 }
12934 /**
12935 * End current nested group, restoring values before the group began.
12936 */

Callers 8

parseArrayFunction · 0.45
katex.jsFile · 0.45
parseArrayFunction · 0.45
beginGroupMethod · 0.45
parseMethod · 0.45
parseGroupMethod · 0.45
urFunction · 0.45
katex.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected