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

Method success

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

Source from the content-addressed store, hash-verified

236 return $.ajax(`/auth/name/${encodeURIComponent(name)}`, {
237 cache: false,
238 success (data) { return done(data.suggestedName) },
239 },
240 )
241 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected