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

Method pushToken

static/katex/katex.mjs:13893–13895  ·  view source on GitHub ↗

* Add a given token to the token stack. In particular, this get be used * to put back a token returned from one of the other methods.

(token)

Source from the content-addressed store, hash-verified

13891
13892
13893 pushToken(token) {
13894 this.stack.push(token);
13895 }
13896 /**
13897 * Append an array of tokens to the token stack.
13898 */

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected