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

Method success

app/views/ladder/LadderTabView.js:524–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 promises.push(this.playersBelow.fetch({ cache: false }))
523 }
524 let success = myRank => {
525 this.myRank = myRank
526 }
527 let loadURL = `/db/level/${this.level.get('original')}/rankings/${this.session.id}?scoreOffset=${score}&team=${this.team}&levelSlug=${this.level.get('slug')}`
528 if (this.league) { loadURL += '&leagues.leagueID=' + this.league.id }
529 if (this.tournamentId != null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected