()
| 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)) { |
nothing calls this directly
no outgoing calls
no test coverage detected