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

Function createStudentsForCodeNinja

app/core/api/classrooms.js:59–65  ·  view source on GitHub ↗
({ classroomID, num }, options)

Source from the content-addressed store, hash-verified

57 },
58
59 createStudentsForCodeNinja ({ classroomID, num }, options) {
60 if (options == null) { options = {} }
61 return fetchJson(`/db/classrooms/${classroomID}/codeninja-create-students`, _.assign({}, options, {
62 method: 'POST',
63 json: { num }
64 }))
65 },
66
67 async fetchByOwner (ownerId, options = {}) {
68 let projectionString = ''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected