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

Function appendNS

explainshell/web/static/js/d3.v3.js:790–792  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

788 return this.appendChild(d3_document.createElementNS(this.namespaceURI, name));
789 }
790 function appendNS() {
791 return this.appendChild(d3_document.createElementNS(name.space, name.local));
792 }
793 return this.select(name.local ? appendNS : append);
794 };
795 d3_selectionPrototype.insert = function(name, before) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected