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

Method getMeta

app/views/ladder/MainLadderView.js:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 // @getLevelPlayCounts()
52
53 getMeta () {
54 return { title: $.i18n.t('ladder.title') }
55 }
56
57 onSessionsLoaded (e) {
58 for (const session of Array.from(this.sessions.models)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected