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

Function toText

static/katex/katex.js:890–892  ·  view source on GitHub ↗
(child)

Source from the content-addressed store, hash-verified

888 // MathML, but polyfills for subclassing is expensive per PR 1469.
889 // $FlowFixMe: Only works for ChildType = MathDomNode.
890 var toText = function toText(child) {
891 return child.toText();
892 };
893
894 return this.children.map(toText).join("");
895 };

Callers

nothing calls this directly

Calls 1

toTextMethod · 0.45

Tested by

no test coverage detected