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

Method useGeneralArticle

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

Source from the content-addressed store, hash-verified

1471 useQiyukf () { return false }
1472 useChinaServices () { return features?.china != null ? features?.china : false }
1473 useGeneralArticle () { return !(features?.china != null ? features?.china : false) }
1474
1475 // Special flag to detect whether we're temporarily showing static html while loading full site
1476 showingStaticPagesWhileLoading () { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected