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

Function fetchByClassroom

app/core/api/course-instances.js:38–42  ·  view source on GitHub ↗
(classroomID)

Source from the content-addressed store, hash-verified

36 },
37
38 fetchByClassroom (classroomID) {
39 return fetchJson('/db/course_instance', {
40 data: { classroomID }
41 })
42 },
43
44 // courseInstanceDetails = {classroomID: '', courseID: ''}
45 post (courseInstanceDetails, options) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected