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

Method constructor

static/katex/katex.mjs:1366–1369  ·  view source on GitHub ↗
(attributes)

Source from the content-addressed store, hash-verified

1364}
1365class LineNode {
1366 constructor(attributes) {
1367 this.attributes = void 0;
1368 this.attributes = attributes || {};
1369 }
1370
1371 toNode() {
1372 const svgNS = "http://www.w3.org/2000/svg";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected