MCPcopy Index your code
hub / github.com/TruthHun/BookStack / switchMode

Method switchMode

static/katex/katex.mjs:14946–14949  ·  view source on GitHub ↗

* Switches between "text" and "math" modes.

(newMode)

Source from the content-addressed store, hash-verified

14944
14945
14946 switchMode(newMode) {
14947 this.mode = newMode;
14948 this.gullet.switchMode(newMode);
14949 }
14950 /**
14951 * Main parsing function, which parses an entire input.
14952 */

Callers 5

parseFunctionMethod · 0.95
parseGroupMethod · 0.95
katex.jsFile · 0.45
handlerFunction · 0.45
katex.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected