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

Function TextNode

static/katex/katex.js:6747–6750  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

6745/*#__PURE__*/
6746function () {
6747 function TextNode(text) {
6748 this.text = void 0;
6749 this.text = text;
6750 }
6751 /**
6752 * Converts the text node into a DOM text node.
6753 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected