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

Method constructor

static/katex/katex.mjs:1336–1341  ·  view source on GitHub ↗
(pathName, alternate)

Source from the content-addressed store, hash-verified

1334}
1335class PathNode {
1336 constructor(pathName, alternate) {
1337 this.pathName = void 0;
1338 this.alternate = void 0;
1339 this.pathName = pathName;
1340 this.alternate = alternate; // Used only for tall \sqrt
1341 }
1342
1343 toNode() {
1344 const svgNS = "http://www.w3.org/2000/svg";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected