MCPcopy Index your code
hub / github.com/idank/explainshell / d3_selection_selector

Function d3_selection_selector

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

Source from the content-addressed store, hash-verified

583 return d3_selection(subgroups);
584 };
585 function d3_selection_selector(selector) {
586 return function() {
587 return d3_select(selector, this);
588 };
589 }
590 d3_selectionPrototype.selectAll = function(selector) {
591 var subgroups = [], subgroup, node;
592 if (typeof selector !== "function") selector = d3_selection_selectorAll(selector);

Callers 1

d3.v3.jsFile · 0.85

Calls 1

d3_selectFunction · 0.85

Tested by

no test coverage detected