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

Method go

app/views/play/SpectateView.js:217–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215
216 onLevelStarted (e) {
217 const go = () => {
218 if (this.loadingView != null) {
219 this.loadingView.startUnveiling()
220 }
221 return (this.loadingView != null ? this.loadingView.unveil(true) : undefined)
222 }
223 return _.delay(go, 1000)
224 }
225

Callers 3

renderButtonsMethod · 0.80
afterInsertMethod · 0.80
afterInsertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected