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

Function selection_clone

external/.d3.js:2382–2384  ·  view source on GitHub ↗
(deep)

Source from the content-addressed store, hash-verified

2380}
2381
2382function selection_clone(deep) {
2383 return this.select(deep ? selection_cloneDeep : selection_cloneShallow);
2384}
2385
2386function selection_datum(value) {
2387 return arguments.length

Callers

nothing calls this directly

Calls 1

selectMethod · 0.80

Tested by

no test coverage detected