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

Method switchToTeacherMode

app/models/User.js:1340–1342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1338 }
1339
1340 switchToTeacherMode () {
1341 return this.switchToStudentMode()
1342 }
1343
1344 createTestStudentAccount (body, options = {}) {
1345 options.url = '/db/user/create-test-student-account'

Callers

nothing calls this directly

Calls 1

switchToStudentModeMethod · 0.95

Tested by

no test coverage detected