MCPcopy Create free account
hub / github.com/adaptlearning/adapt_framework / getCourseSchema

Method getCourseSchema

grunt/helpers/Schemas.js:175–177  ·  view source on GitHub ↗

@returns {ModelSchema}

()

Source from the content-addressed store, hash-verified

173
174 /** @returns {ModelSchema} */
175 getCourseSchema() {
176 return this.getModelSchemaByName('course');
177 }
178
179 /** @returns {ModelSchema} */
180 getConfigSchema() {

Callers 2

generateCourseGlobalsMethod · 0.95
applyGlobalsDefaultsMethod · 0.80

Calls 1

getModelSchemaByNameMethod · 0.95

Tested by

no test coverage detected