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

Function SvgNode

static/katex/katex.js:1268–1273  ·  view source on GitHub ↗
(children, attributes)

Source from the content-addressed store, hash-verified

1266/*#__PURE__*/
1267function () {
1268 function SvgNode(children, attributes) {
1269 this.children = void 0;
1270 this.attributes = void 0;
1271 this.children = children || [];
1272 this.attributes = attributes || {};
1273 }
1274
1275 var _proto4 = SvgNode.prototype;
1276

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected