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

Method hasClass

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

Source from the content-addressed store, hash-verified

900 }
901
902 hasClass(className) {
903 return utils.contains(this.classes, className);
904 }
905 /** Convert the fragment into a node. */
906
907

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected