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

Method completed

app/models/LevelSession.js:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 completed () {
72 return __guard__(this.get('state'), x => x.complete) || false
73 }
74
75 increaseDifficulty (callback) {
76 let left

Callers 1

Calls 2

__guard__Function · 0.70
getMethod · 0.45

Tested by

no test coverage detected