Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2382
function
selection_clone(deep) {
2383
return
this.select(deep ? selection_cloneDeep : selection_cloneShallow);
2384
}
2385
2386
function
selection_datum(value) {
2387
return
arguments.length
Callers
nothing calls this directly
Calls
1
select
Method · 0.80
Tested by
no test coverage detected