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

Method constructor

static/katex/katex.mjs:1291–1296  ·  view source on GitHub ↗
(children, attributes)

Source from the content-addressed store, hash-verified

1289
1290class SvgNode {
1291 constructor(children, attributes) {
1292 this.children = void 0;
1293 this.attributes = void 0;
1294 this.children = children || [];
1295 this.attributes = attributes || {};
1296 }
1297
1298 toNode() {
1299 const svgNS = "http://www.w3.org/2000/svg";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected