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

Function register

app/core/api/mobile.js:4–9  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

2
3module.exports = {
4 register (options) {
5 return fetchJson('/mobile/new-registration', {
6 method: 'POST',
7 json: options
8 })
9 }
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected