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

Method copy

docs/app/js/sanddance-app.js:70221–70226  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

70219 return this.check();
70220 }
70221 copy(array) {
70222 this[0] = array[0];
70223 this[1] = array[1];
70224 this[2] = array[2];
70225 return this.check();
70226 }
70227 fromObject(object) {
70228 if ((0, _common.config).debug) {
70229 (0, _validators.checkNumber)(object.x);

Callers 1

constructorMethod · 0.95

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected