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

Function buildMathML_makeRow

static/katex/katex.js:6902–6908  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

6900 */
6901
6902var buildMathML_makeRow = function makeRow(body) {
6903 if (body.length === 1) {
6904 return body[0];
6905 } else {
6906 return new mathMLTree.MathNode("mrow", body);
6907 }
6908};
6909/**
6910 * Returns the math variant as a string or null if none is required.
6911 */

Callers 3

buildExpressionRowFunction · 0.85
katex.jsFile · 0.85
genfrac_mathmlBuilderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected