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

Function d3_collapse

explainshell/web/static/js/d3.v3.js:665–667  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

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) {
666 return s.trim().replace(/\s+/g, " ");
667 }
668 d3.requote = function(s) {
669 return s.replace(d3_requote_re, "\\$&");
670 };

Callers 1

d3_selection_classedNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected