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

Function getCourseLevels

app/core/api/classrooms.js:46–49  ·  view source on GitHub ↗
({ classroomID, courseID }, options)

Source from the content-addressed store, hash-verified

44 },
45
46 getCourseLevels ({ classroomID, courseID }, options) {
47 if (options == null) { options = {} }
48 return fetchJson(`/db/classroom/${classroomID}/courses/${courseID}/levels`, options)
49 },
50
51 addMembers ({ classroomID, members }, options) {
52 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected