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

Method challengerLoaded

app/views/ladder/LadderPlayModal.js:328–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 }
327
328 challengerLoaded () {
329 if (this.allLoaded()) {
330 this.loaded = true
331 return this.trigger('sync')
332 }
333 }
334
335 playerIDs () {
336 const collections = [this.easyPlayer, this.mediumPlayer, this.hardPlayer]

Callers

nothing calls this directly

Calls 1

allLoadedMethod · 0.95

Tested by

no test coverage detected