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

Method onLaddersLoaded

app/views/courses/CoursesView.js:947–950  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

945 }
946
947 onLaddersLoaded (e) {
948 return Array.from(this.ladders.models).map((ladder) =>
949 (this.ladderImageMap[ladder.get('original')] = ladder.get('image')))
950 }
951 }
952 CoursesView.initClass()
953 return CoursesView

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected