(source, target)
| 23214 | } |
| 23215 | |
| 23216 | function copy(source, target) { |
| 23217 | return target |
| 23218 | .domain(source.domain()) |
| 23219 | .range(source.range()) |
| 23220 | .interpolate(source.interpolate()) |
| 23221 | .clamp(source.clamp()) |
| 23222 | .unknown(source.unknown()); |
| 23223 | } |
| 23224 | |
| 23225 | function transformer() { |
| 23226 | var domain = unit, |
no outgoing calls
no test coverage detected