MCPcopy Create free account
hub / github.com/breck7/scroll / select

Function select

external/.d3.js:2555–2559  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

2553};
2554
2555function select(selector) {
2556 return typeof selector === "string"
2557 ? new Selection$1([[document.querySelector(selector)]], [document.documentElement])
2558 : new Selection$1([[selector]], root$1);
2559}
2560
2561function create$1(name) {
2562 return select(creator(name).call(document.documentElement));

Callers 12

create$1Function · 0.85
dragDisableFunction · 0.85
yesdragFunction · 0.85
mousedownedFunction · 0.85
mouseuppedFunction · 0.85
brushFunction · 0.85
redrawFunction · 0.85
brush$1Function · 0.85
startedFunction · 0.85
zoomFunction · 0.85
dblclickedFunction · 0.85
touchendedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected