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

Method setCatcode

static/katex/katex.mjs:12845–12847  ·  view source on GitHub ↗
(char, code)

Source from the content-addressed store, hash-verified

12843 }
12844
12845 setCatcode(char, code) {
12846 this.catcodes[char] = code;
12847 }
12848 /**
12849 * This function lexes a single token.
12850 */

Callers 4

katex.jsFile · 0.80
parseFunctionMethod · 0.80
parseStringGroupMethod · 0.80
katex.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected