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

Method showLeaderboard

app/views/play/CampaignView.js:1319–1322  ·  view source on GitHub ↗
(levelSlug)

Source from the content-addressed store, hash-verified

1317 }
1318
1319 showLeaderboard (levelSlug) {
1320 const leaderboardModal = new LeaderboardModal({ supermodel: this.supermodel, levelSlug })
1321 return this.openModalView(leaderboardModal)
1322 }
1323
1324 isClassroom () {
1325 return this.courseInstanceID != null

Callers 2

afterRenderMethod · 0.95
onClickViewSolutionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected