MCPcopy Create free account
hub / github.com/idank/explainshell / insert

Function insert

explainshell/web/static/js/d3.v3.js:798–800  ·  view source on GitHub ↗
(d, i)

Source from the content-addressed store, hash-verified

796 name = d3.ns.qualify(name);
797 if (typeof before !== "function") before = d3_selection_selector(before);
798 function insert(d, i) {
799 return this.insertBefore(d3_document.createElementNS(this.namespaceURI, name), before.call(this, d, i));
800 }
801 function insertNS(d, i) {
802 return this.insertBefore(d3_document.createElementNS(name.space, name.local), before.call(this, d, i));
803 }

Callers 2

insertChildFunction · 0.85
quadtreeFunction · 0.85

Calls 2

insertChildFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected