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

Function attrFunctionNS

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

Source from the content-addressed store, hash-verified

657 if (x == null) this.removeAttribute(name); else this.setAttribute(name, x);
658 }
659 function attrFunctionNS() {
660 var x = value.apply(this, arguments);
661 if (x == null) this.removeAttributeNS(name.space, name.local); else this.setAttributeNS(name.space, name.local, x);
662 }
663 return value == null ? name.local ? attrNullNS : attrNull : typeof value === "function" ? name.local ? attrFunctionNS : attrFunction : name.local ? attrConstantNS : attrConstant;
664 }
665 function d3_collapse(s) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected