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

Function getAllClassroomLevels

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

Source from the content-addressed store, hash-verified

45 },
46
47 getAllClassroomLevels (options) {
48 if (options == null) { options = {} }
49 return fetchJson(`/db/course/${options.courseId}/get-all-classroom-levels`)
50 },
51
52 addLevelsForAllClassroomsDryRun (options) {
53 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected