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

Method destudent

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

Source from the content-addressed store, hash-verified

1195 }
1196
1197 destudent (options = {}) {
1198 options.url = _.result(this, 'url') + '/destudent'
1199 options.type = 'POST'
1200 return this.fetch(options)
1201 }
1202
1203 deteacher (options = {}) {
1204 options.url = _.result(this, 'url') + '/deteacher'

Callers 1

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected