()
| 60 | .value() |
| 61 | }, |
| 62 | problems () { |
| 63 | return _.sortBy(_.flatten(Object.values(this.problemsByLevel), true), p => -p.count) |
| 64 | }, |
| 65 | problemCountByLevel () { |
| 66 | return _.mapValues(this.problemsByLevel, problems => _.reduce(_.map(problems, 'count'), (a, b) => a + b)) |
| 67 | } |
nothing calls this directly
no outgoing calls
no test coverage detected