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

Method createAndAssociateAccount

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

Source from the content-addressed store, hash-verified

1349 }
1350
1351 createAndAssociateAccount (body, options = {}) {
1352 options.url = '/db/user/related-accounts/associate-account'
1353 options.type = 'PUT'
1354 if (options.data == null) { options.data = body }
1355 return this.fetch(options)
1356 }
1357
1358 lastClassroomItems () {
1359 // We don't always have a classroom at hand, so whenever we do interact with a classroom, we can temporarily store the classroom items setting

Callers 1

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected