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

Function getProduct

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

Source from the content-addressed store, hash-verified

1589}
1590
1591const getProduct = function () { if (isOzaria) { return OZARIA } else { return CODECOMBAT } }
1592
1593const getProductName = () => $.i18n.t('new_home.' + getProduct())
1594

Callers 2

getProductNameFunction · 0.85
utils.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected