Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ isLadder
Method
isLadder
app/models/Level.js:492–492 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
490
}
491
492
isLadder () {
return
Level.isLadder(this.attributes) }
493
494
static isLadder (level) {
return
(level.
type
!= null ? level.
type
.indexOf(
'ladder'
) : undefined) > -1 }
495
Callers
14
include
Function · 0.80
buildSessionStats
Method · 0.80
onClickPlayLevel
Method · 0.80
nextLevelUrl
Method · 0.80
insertSubviews
Method · 0.80
getRenderData
Method · 0.80
afterRender
Method · 0.80
loadViews
Method · 0.80
onViewContinue
Method · 0.80
getLevels
Method · 0.80
getLadderLevel
Method · 0.80
getNonLadderLevels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected