MCPcopy Index your code
hub / github.com/microsoft/SandDance / clone

Method clone

docs/app/js/sanddance-app.js:69253–69255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69251}
69252class MathArray extends _extendableBuiltin(Array) {
69253 clone() {
69254 return new this.constructor().copy(this);
69255 }
69256 fromArray(array, offset = 0) {
69257 for(let i = 0; i < this.ELEMENTS; ++i)this[i] = array[i + offset];
69258 return this.check();

Callers 15

populateColorContextFunction · 0.45
onDataChangedMethod · 0.45
renderSameLayoutMethod · 0.45
_renderMethod · 0.45
showMethod · 0.45
constructorMethod · 0.45
ColumnMapFunction · 0.45
editSnapshotMethod · 0.45
renderMethod · 0.45
updateExpressionMethod · 0.45
cloneDataFunction · 0.45

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected