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

Method copy

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

Source from the content-addressed store, hash-verified

70981 return this.check();
70982 }
70983 copy(array) {
70984 this[0] = array[0];
70985 this[1] = array[1];
70986 this[2] = array[2];
70987 this[3] = array[3];
70988 return this.check();
70989 }
70990 fromObject(object) {
70991 if ((0, _common.config).debug) {
70992 (0, _validators.checkNumber)(object.x);

Callers 1

constructorMethod · 0.95

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected