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

Method onLoaded

app/views/editor/verifier/VerifierView.js:80–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 onLoaded () {
81 super.onLoaded()
82 if (this.levelID) { return }
83 this.filterCampaigns()
84 this.filterCodeLanguages()
85 return this.render()
86 }
87
88 filterCampaigns () {
89 this.levelsByCampaign = {}

Callers

nothing calls this directly

Calls 3

filterCampaignsMethod · 0.95
filterCodeLanguagesMethod · 0.95
renderMethod · 0.45

Tested by

no test coverage detected