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

Function getByEmail

app/core/api/users.js:18–21  ·  view source on GitHub ↗
({ email }, options)

Source from the content-addressed store, hash-verified

16 },
17
18 getByEmail ({ email }, options) {
19 if (options == null) { options = {} }
20 return fetchJson('/db/user', _.merge({}, options, { data: { email } }))
21 },
22
23 signupWithPassword ({ userID, name, email, password }, options) {
24 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected