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

Method feed

static/katex/katex.mjs:13837–13839  ·  view source on GitHub ↗

* Feed a new input string to the same MacroExpander * (with existing macros etc.).

(input)

Source from the content-addressed store, hash-verified

13835
13836
13837 feed(input) {
13838 this.lexer = new Lexer(input, this.settings);
13839 }
13840 /**
13841 * Switches between "text" and "math" modes.
13842 */

Callers 6

constructorMethod · 0.95
MacroExpanderFunction · 0.80
parseTree_parseTreeFunction · 0.80
parseTreeFunction · 0.80
tFunction · 0.80
pnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected