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

Function fetchForClassroom

app/core/api/levels.js:25–27  ·  view source on GitHub ↗
(classroomID, options = {})

Source from the content-addressed store, hash-verified

23 },
24
25 fetchForClassroom (classroomID, options = {}) {
26 return fetchJson(`/db/classroom/${classroomID}/levels`, _.merge({}, options))
27 },
28
29 fetchNextForCourse ({ levelOriginalID, courseInstanceID, courseID, sessionID }, options) {
30 let url

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected