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

Method setAttribute

static/katex/katex.mjs:6619–6621  ·  view source on GitHub ↗

* Sets an attribute on a MathML node. MathML depends on attributes to convey a * semantic content, so this is used heavily.

(name, value)

Source from the content-addressed store, hash-verified

6617
6618
6619 setAttribute(name, value) {
6620 this.attributes[name] = value;
6621 }
6622 /**
6623 * Gets an attribute on a MathML node.
6624 */

Callers 15

buildMathMLFunction · 0.95
stretchy_mathMLnodeFunction · 0.95
accent_mathmlBuilderFunction · 0.95
color_mathmlBuilderFunction · 0.95
enclose_mathmlBuilderFunction · 0.95
genfrac_mathmlBuilderFunction · 0.95
buildMathMLFunction · 0.95
mathMLnodeFunction · 0.95
mathmlBuilderFunction · 0.95
mathmlBuilder$1Function · 0.95
mathmlBuilder$2Function · 0.95
mathmlBuilder$6Function · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected