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

Function fromValues

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

Source from the content-addressed store, hash-verified

69870 return out;
69871}
69872function fromValues(x, y) {
69873 var out = new _commonJs.ARRAY_TYPE(2);
69874 out[0] = x;
69875 out[1] = y;
69876 return out;
69877}
69878function copy(out, a) {
69879 out[0] = a[0];
69880 out[1] = a[1];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected