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

Function addLevelsForAllClasses

app/core/api/courses.js:57–60  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

55 },
56
57 addLevelsForAllClasses (options) {
58 if (options == null) { options = {} }
59 return fetchJson(`/db/course/${options.courseId}/add-levels-for-all-classrooms/yes-really-update-all-classrooms!-this-is-not-a-drill!`)
60 }
61}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected