Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1591
const
getProduct =
function
() {
if
(isOzaria) {
return
OZARIA }
else
{
return
CODECOMBAT } }
1592
1593
const
getProductName = () => $.i18n.t(
'new_home.'
+ getProduct())
1594
Callers
2
getProductName
Function · 0.85
utils.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected