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

Method getExam

app/models/User.js:892–894  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

890 }
891
892 getExam (id) {
893 return _.find(this.get('exams'), { id })
894 }
895
896 getProductsByType (type) {
897 const products = this.get('products')

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected