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

Method deteacher

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

Source from the content-addressed store, hash-verified

1201 }
1202
1203 deteacher (options = {}) {
1204 options.url = _.result(this, 'url') + '/deteacher'
1205 options.type = 'POST'
1206 return this.fetch(options)
1207 }
1208
1209 checkForNewAchievement (options = {}) {
1210 options.url = _.result(this, 'url') + '/check-for-new-achievement'

Callers 1

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected