MCPcopy Create free account
hub / github.com/breck7/scroll / copy$1

Function copy$1

external/.d3.js:15001–15008  ·  view source on GitHub ↗
(source, target)

Source from the content-addressed store, hash-verified

14999}
15000
15001function copy$1(source, target) {
15002 return target
15003 .domain(source.domain())
15004 .range(source.range())
15005 .interpolate(source.interpolate())
15006 .clamp(source.clamp())
15007 .unknown(source.unknown());
15008}
15009
15010function transformer$2() {
15011 var domain = unit,

Callers 5

linearFunction · 0.85
logFunction · 0.85
symlogFunction · 0.85
powFunction · 0.85
calendarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected