MCPcopy Index your code
hub / github.com/codecombat/codecombat / createTestStudentAccount

Method createTestStudentAccount

app/models/User.js:1344–1349  ·  view source on GitHub ↗
(body, options = {})

Source from the content-addressed store, hash-verified

1342 }
1343
1344 createTestStudentAccount (body, options = {}) {
1345 options.url = '/db/user/create-test-student-account'
1346 options.type = 'PUT'
1347 if (options.data == null) { options.data = body }
1348 return this.fetch(options)
1349 }
1350
1351 createAndAssociateAccount (body, options = {}) {
1352 options.url = '/db/user/related-accounts/associate-account'

Callers 1

getTestStudentIdMethod · 0.95

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected