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

Method pushTokens

static/katex/katex.mjs:13901–13903  ·  view source on GitHub ↗

* Append an array of tokens to the token stack.

(tokens)

Source from the content-addressed store, hash-verified

13899
13900
13901 pushTokens(tokens) {
13902 this.stack.push(...tokens);
13903 }
13904 /**
13905 * Consume all following space tokens, without expansion.
13906 */

Callers 3

expandOnceMethod · 0.95
katex.jsFile · 0.80
katex.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected