MCPcopy
hub / github.com/widgetti/ipyvolume / copy

Function copy

docs/source/examples/js/ipyvolume_v0.6.0-dev.1.js:23216–23223  ·  view source on GitHub ↗
(source, target)

Source from the content-addressed store, hash-verified

23214}
23215
23216function 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
23225function transformer() {
23226 var domain = unit,

Callers 5

pointishFunction · 0.85
sequentialFunction · 0.85
sequentialLogFunction · 0.85
sequentialSymlogFunction · 0.85
sequentialPowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected