MCPcopy Create free account
hub / github.com/codecombat/codecombat / clone

Method clone

app/lib/level-generation.js:1133–1135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1131 }
1132
1133 clone () {
1134 return new Action({ type: this.type, direction: this.direction, distance: this.distance, loopVariable: this.loopVariable, loopCount: this.loopCount })
1135 }
1136}
1137
1138// Change actions while maintaining some invariances:;

Callers 3

permuteActionsFunction · 0.45
verifyLevelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected