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

Method hasClass

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

Source from the content-addressed store, hash-verified

1198 }
1199
1200 hasClass(className) {
1201 return utils.contains(this.classes, className);
1202 }
1203 /**
1204 * Creates a text node or span from a symbol node. Note that a span is only
1205 * created if it is needed.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected