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

Method failure

app/views/ladder/LadderPlayModal.js:196–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 const tutorialLevelID = `${levelID}-tutorial`
195 const success = () => cb(true) // eslint-disable-line n/no-callback-literal
196 const failure = () => cb(false) // eslint-disable-line n/no-callback-literal
197 return $.ajax({
198 type: 'GET',
199 url: `/db/level/${tutorialLevelID}/exists`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected