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

Method hasClass

static/katex/katex.mjs:1099–1101  ·  view source on GitHub ↗
(className)

Source from the content-addressed store, hash-verified

1097 }
1098
1099 hasClass(className) {
1100 return utils.contains(this.classes, className);
1101 }
1102
1103 toNode() {
1104 return toNode.call(this, "span");

Callers 15

buildHTMLFunction · 0.45
buildExpressionFunction · 0.45
buildHTMLFunction · 0.45
aeFunction · 0.45
ceFunction · 0.45
printThis.jsFile · 0.45
markdown.jsFile · 0.45
show_copy_btnFunction · 0.45
bookstack.jsFile · 0.45
main.jsFile · 0.45
html-editor.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected