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

Method initClass

app/models/Course.js:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.exports = (Course = (function () {
15 Course = class Course extends CocoModel {
16 static initClass () {
17 this.className = 'Course'
18 this.schema = schema
19 this.prototype.urlRoot = '/db/course'
20
21 this.SALES_CALL_ACCESS_LEVEL = 'sales-call'
22 }
23
24 fetchForCourseInstance (courseInstanceID, opts) {
25 const options = {

Callers 1

Course.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected