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

Function PathNode

static/katex/katex.js:1318–1323  ·  view source on GitHub ↗
(pathName, alternate)

Source from the content-addressed store, hash-verified

1316/*#__PURE__*/
1317function () {
1318 function PathNode(pathName, alternate) {
1319 this.pathName = void 0;
1320 this.alternate = void 0;
1321 this.pathName = pathName;
1322 this.alternate = alternate; // Used only for tall \sqrt
1323 }
1324
1325 var _proto5 = PathNode.prototype;
1326

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected