MCPcopy Create free account
hub / github.com/microsoft/SandDance / scaleCopy

Function scaleCopy

docs/app/js/sanddance-app.js:126987–126991  ·  view source on GitHub ↗
(scale7)

Source from the content-addressed store, hash-verified

126985 return samples;
126986}
126987function scaleCopy(scale7) {
126988 const t = scale7.type, s = scale7.copy();
126989 s.type = t;
126990 return s;
126991}
126992function scaleFraction(scale$1, min, max) {
126993 const delta = max - min;
126994 let i, t, s;

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected