MCPcopy Index your code
hub / github.com/codecombat/codecombat / activeSalesCallProducts

Method activeSalesCallProducts

app/models/User.js:888–890  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

886 }
887
888 activeSalesCallProducts () {
889 return this.activeProducts(this.constructor.SALES_CALL_ACCESS_LEVEL)
890 }
891
892 getExam (id) {
893 return _.find(this.get('exams'), { id })

Callers 2

userAccessLevelFunction · 0.80
hasAccessByTeacherMethod · 0.80

Calls 1

activeProductsMethod · 0.95

Tested by

no test coverage detected