MCPcopy Create free account
hub / github.com/alignoth/alignoth / i_

Function i_

resources/vega.min.js:14841–14852  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

14839 }
14840 const r_ = (t) => i_(n_(), t) + "";
14841 function i_(t, e) {
14842 if ((t.open(e.tagName), e.hasAttributes())) {
14843 const n = e.attributes,
14844 r = n.length;
14845 for (let e = 0; e < r; ++e) t.attr(n[e].name, n[e].value);
14846 }
14847 if (e.hasChildNodes()) {
14848 const n = e.childNodes;
14849 for (const e of n) 3 === e.nodeType ? t.text(e.nodeValue) : i_(t, e);
14850 }
14851 return t.close();
14852 }
14853 const o_ = {
14854 fill: "fill",
14855 fillOpacity: "fill-opacity",

Callers 1

r_Function · 0.85

Calls 1

attrMethod · 0.80

Tested by

no test coverage detected