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

Method finishedAnyLevels

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

Source from the content-addressed store, hash-verified

1231 }
1232
1233 finishedAnyLevels () { return Boolean((this.get('stats') || {}).gamesCompleted) }
1234
1235 isFromUk () { return (this.get('country') === 'united-kingdom') || (this.get('preferredLanguage') === 'en-GB') }
1236 isFromIndia () { return this.get('country') === 'india' }

Callers 1

shouldShowMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected