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

Method range

static/katex/katex.mjs:72–76  ·  view source on GitHub ↗

* Given a pair of tokens (this and endToken), compute a `Token` encompassing * the whole input range enclosed by these two.

(endToken, // last token of the range, inclusive
  text)

Source from the content-addressed store, hash-verified

70
71
72 range(endToken, // last token of the range, inclusive
73 text) // the text of the newly constructed token
74 {
75 return new Token(text, SourceLocation.range(this, endToken));
76 }
77
78}
79

Callers 11

katex.jsFile · 0.45
parseStringGroupMethod · 0.45
parseRegexGroupMethod · 0.45
parseGroupMethod · 0.45
formLigaturesMethod · 0.45
parseSymbolMethod · 0.45
katex.min.jsFile · 0.45
readNextTokenFunction · 0.45
endTokenFunction · 0.45
readNextTokenFunction · 0.45
endTokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected