()
| 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`, |
nothing calls this directly
no outgoing calls
no test coverage detected