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

Function fetchForClassroomMembers

app/core/api/level-sessions.js:41–46  ·  view source on GitHub ↗
(classroomID, options)

Source from the content-addressed store, hash-verified

39 },
40
41 fetchForClassroomMembers (classroomID, options) {
42 return fetchJson(`/db/classroom/${classroomID}/member-sessions`, _.merge({}, options, {
43 method: 'GET',
44 remove: false
45 }))
46 },
47
48 update (levelSession, options) {
49 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected