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

Method isFromIndia

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

Source from the content-addressed store, hash-verified

1234
1235 isFromUk () { return (this.get('country') === 'united-kingdom') || (this.get('preferredLanguage') === 'en-GB') }
1236 isFromIndia () { return this.get('country') === 'india' }
1237 setToGerman () { return _.string.startsWith((this.get('preferredLanguage') || ''), 'de') }
1238 setToSpanish () { return _.string.startsWith((this.get('preferredLanguage') || ''), 'es') }
1239

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected