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

Method showForumLink

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

Source from the content-addressed store, hash-verified

1450 }
1451
1452 showForumLink () { return !(features?.china != null ? features?.china : false) }
1453 showChinaResourceInfo () { return features?.china != null ? features?.china : false }
1454 showChinaHomeVersion () { return features?.chinaHome != null ? features?.chinaHome : false }
1455 useChinaHomeView () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected