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

Method cloneNewMinorVersion

app/models/CocoModel.js:345–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343 }
344
345 cloneNewMinorVersion () {
346 const newData = _.clone(this.attributes)
347 const clone = new this.constructor(newData)
348 return clone
349 }
350
351 cloneNewMajorVersion () {
352 const clone = this.cloneNewMinorVersion()

Callers 3

cloneNewMajorVersionMethod · 0.95
saveNewThangTypeMethod · 0.80
commitLevelMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected