Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
userAccessLevel
Function · 0.80
hasAccessByTeacher
Method · 0.80
Calls
1
activeProducts
Method · 0.95
Tested by
no test coverage detected