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

Function set

docs/app/js/sanddance-app.js:69883–69887  ·  view source on GitHub ↗
(out, x, y)

Source from the content-addressed store, hash-verified

69881 return out;
69882}
69883function set(out, x, y) {
69884 out[0] = x;
69885 out[1] = y;
69886 return out;
69887}
69888function add(out, a, b) {
69889 out[0] = a[0] + b[0];
69890 out[1] = a[1] + b[1];

Callers 6

axisLayoutFunction · 0.70
titleLayoutFunction · 0.70
transformFunction · 0.70
sanddance-app.jsFile · 0.70
whichFunction · 0.50
_get_filesFunction · 0.50

Calls 3

has$1Function · 0.70
forEachMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected