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

Method isFake

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

Source from the content-addressed store, hash-verified

149 }
150
151 isFake () { return this.id === LevelSession.fakeID }
152
153 inLeague (leagueId) {
154 if (!this.get('leagues')) { return false }

Callers 3

saveKeyValueDbMethod · 0.95
onPublishMethod · 0.80
onPublishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected