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

Method remainTeacher

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

Source from the content-addressed store, hash-verified

1189 }
1190
1191 remainTeacher (options = {}) {
1192 options.url = '/db/user/-/remain-teacher'
1193 options.type = 'PUT'
1194 return this.fetch(options)
1195 }
1196
1197 destudent (options = {}) {
1198 options.url = _.result(this, 'url') + '/destudent'

Callers

nothing calls this directly

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected