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

Method fetchForClassroom

app/collections/Levels.js:24–28  ·  view source on GitHub ↗
(classroomID, options)

Source from the content-addressed store, hash-verified

22 }
23
24 fetchForClassroom (classroomID, options) {
25 if (options == null) { options = {} }
26 options.url = `/db/classroom/${classroomID}/levels`
27 return this.fetch(options)
28 }
29
30 fetchForClassroomAndCourse (classroomID, courseID, options) {
31 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected