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

Function rv

resources/vega.min.js:14140–14150  ·  view source on GitHub ↗
(t, e, n, r)

Source from the content-addressed store, hash-verified

14138 if (n[r].tagName.toLowerCase() === e) return n[r];
14139 }
14140 function rv(t, e, n, r) {
14141 var i,
14142 o = t.childNodes[e];
14143 return (
14144 (o && o.tagName.toLowerCase() === n.toLowerCase()) ||
14145 ((i = o || null),
14146 (o = ev(t.ownerDocument, n, r)),
14147 t.insertBefore(o, i)),
14148 o
14149 );
14150 }
14151 function iv(t, e) {
14152 for (var n = t.childNodes, r = n.length; r > e; ) t.removeChild(n[--r]);
14153 return t;

Callers 7

initializeMethod · 0.85
svgMethod · 0.85
defsMethod · 0.85
h_Function · 0.85
d_Function · 0.85
initializeMethod · 0.85
initializeMethod · 0.85

Calls 1

evFunction · 0.85

Tested by

no test coverage detected