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

Function problems

app/views/editor/verifier/i18nVerifierView.js:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected