Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateCourseGlobals
Method · 0.95
applyGlobalsDefaults
Method · 0.80
Calls
1
getModelSchemaByName
Method · 0.95
Tested by
no test coverage detected