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

Method copy

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

Source from the content-addressed store, hash-verified

69077 return this.check();
69078 }
69079 copy(array) {
69080 this[0] = array[0];
69081 this[1] = array[1];
69082 return this.check();
69083 }
69084 fromObject(object) {
69085 if ((0, _common.config).debug) {
69086 (0, _validators.checkNumber)(object.x);

Callers 1

constructorMethod · 0.95

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected