MCPcopy
hub / github.com/microsoft/SandDance / copy

Function copy

docs/app/js/sanddance-app.js:69878–69882  ·  view source on GitHub ↗
(out, a)

Source from the content-addressed store, hash-verified

69876 return out;
69877}
69878function copy(out, a) {
69879 out[0] = a[0];
69880 out[1] = a[1];
69881 return out;
69882}
69883function set(out, x, y) {
69884 out[0] = x;
69885 out[1] = y;

Callers 5

pointishFunction · 0.70
sequentialFunction · 0.70
sequentialLogFunction · 0.70
sequentialSymlogFunction · 0.70
sequentialPowFunction · 0.70

Calls 3

getScaleFunction · 0.70
clampMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected