Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ onLevelLoaded
Method
onLevelLoaded
app/views/editor/verifier/VerifierView.js:174–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
onLevelLoaded () {
175
if
(--this.levelsToLoad === 0) {
176
return
this.onTestLevelsLoaded()
177
}
else
{
178
return
this.render()
179
}
180
}
181
182
onTestLevelsLoaded () {
183
let
level, solution
Callers
1
startTestingLevels
Method · 0.95
Calls
2
onTestLevelsLoaded
Method · 0.95
render
Method · 0.45
Tested by
no test coverage detected