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

Function inEU

app/core/utils.js:191–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189]
190
191const inEU = country => !!__guard__(_.find(countries, c => c.country === slugify(country)), x1 => x1.inEU)
192
193const addressesIncludeAdministrativeRegion = country => !!__guard__(_.find(countries, c => c.country === slugify(country)), x1 => x1.addressesIncludeAdministrativeRegion)
194

Callers

nothing calls this directly

Calls 1

__guard__Function · 0.70

Tested by

no test coverage detected