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

Method becomeStudent

app/models/User.js:1185–1189  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

1183 }
1184
1185 becomeStudent (options = {}) {
1186 options.url = '/db/user/-/become-student'
1187 options.type = 'PUT'
1188 return this.fetch(options)
1189 }
1190
1191 remainTeacher (options = {}) {
1192 options.url = '/db/user/-/remain-teacher'

Callers

nothing calls this directly

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected