Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ cloneNewMajorVersion
Method
cloneNewMajorVersion
app/models/CocoModel.js:351–355 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
}
350
351
cloneNewMajorVersion () {
352
const
clone = this.cloneNewMinorVersion()
353
clone.unset(
'version'
)
354
return
clone
355
}
356
357
isPublished () {
358
let
left
Callers
2
saveNewThangType
Method · 0.80
commitLevel
Method · 0.80
Calls
1
cloneNewMinorVersion
Method · 0.95
Tested by
no test coverage detected