MCPcopy 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

startTestingLevelsMethod · 0.95

Calls 2

onTestLevelsLoadedMethod · 0.95
renderMethod · 0.45

Tested by

no test coverage detected