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

Function fetchGameContent

app/core/api/classrooms.js:117–120  ·  view source on GitHub ↗
(classroomID, options)

Source from the content-addressed store, hash-verified

115 },
116
117 fetchGameContent (classroomID, options) {
118 if (options == null) { options = {} }
119 return fetchJson(`/db/classroom/${classroomID}/game-content`, options)
120 },
121
122 inviteMembers ({ classroomID, emails, recaptchaResponseToken }, options) {
123 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected