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

Method set

docs/app/js/sanddance-app.js:74690–74696  ·  view source on GitHub ↗
(x, y, z, w)

Source from the content-addressed store, hash-verified

74688 return this.check();
74689 }
74690 set(x, y, z, w) {
74691 this[0] = x;
74692 this[1] = y;
74693 this[2] = z;
74694 this[3] = w;
74695 return this.check();
74696 }
74697 fromObject(object) {
74698 this[0] = object.x;
74699 this[1] = object.y;

Callers 1

constructorMethod · 0.95

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected