MCPcopy Index your code
hub / github.com/codecombat/codecombat / getProductName

Function getProductName

app/core/utils.js:1593–1593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1591const getProduct = function () { if (isOzaria) { return OZARIA } else { return CODECOMBAT } }
1592
1593const getProductName = () => $.i18n.t('new_home.' + getProduct())
1594
1595const supportEmail = `support@${getProduct()}.com`
1596

Callers

nothing calls this directly

Calls 1

getProductFunction · 0.85

Tested by

no test coverage detected