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

Function addLevelsForAllClassroomsDryRun

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

Source from the content-addressed store, hash-verified

50 },
51
52 addLevelsForAllClassroomsDryRun (options) {
53 if (options == null) { options = {} }
54 return fetchJson(`/db/course/${options.courseId}/add-levels-for-all-classrooms`)
55 },
56
57 addLevelsForAllClasses (options) {
58 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected