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

Function d3_selection_selectorAll

explainshell/web/static/js/d3.v3.js:603–607  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

601 return d3_selection(subgroups);
602 };
603 function d3_selection_selectorAll(selector) {
604 return function() {
605 return d3_selectAll(selector, this);
606 };
607 }
608 var d3_nsPrefix = {
609 svg: "http://www.w3.org/2000/svg",
610 xhtml: "http://www.w3.org/1999/xhtml",

Callers 1

d3.v3.jsFile · 0.85

Calls 1

d3_selectAllFunction · 0.85

Tested by

no test coverage detected