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

Function d3_select

explainshell/web/static/js/d3.v3.js:547–549  ·  view source on GitHub ↗
(s, n)

Source from the content-addressed store, hash-verified

545 return groups;
546 }
547 var d3_select = function(s, n) {
548 return n.querySelector(s);
549 }, d3_selectAll = function(s, n) {
550 return n.querySelectorAll(s);
551 }, d3_selectRoot = d3_document.documentElement, d3_selectMatcher = d3_selectRoot.matchesSelector || d3_selectRoot.webkitMatchesSelector || d3_selectRoot.mozMatchesSelector || d3_selectRoot.msMatchesSelector || d3_selectRoot.oMatchesSelector, d3_selectMatches = function(n, s) {
552 return d3_selectMatcher.call(n, s);

Callers 1

d3_selection_selectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected