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

Method isCodeNinja

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

Source from the content-addressed store, hash-verified

1404 }
1405
1406 isCodeNinja () {
1407 const ids = [
1408 '57fff652b0783842003fed00', '5b9af3a99c27360047dd2123',
1409 '65f9c0e3f9f905bd19a3fc26', '65f9c1786c97604c1ea5ff0e', '65f9d5cef9f905bd19acd446', '65f9d616276bf6e4e513be2f',
1410 '66b53237be6b406bc81c42c7', '66b532875b263b1f31a78a45', '66b532d3f68194c66d305301', '66b5333dea513e36a48f646f',
1411 '66b53386574bfe6467bab40d', '66b533cdea513e36a48f7855', '66b533f8ea513e36a48f7eae', '66b5342d5b263b1f31a7ae5e',
1412 ]
1413 return ids.includes(this.get('clientCreator')) || (this.get('clientPermissions') || []).some(p => ids.includes(p.client))
1414 }
1415
1416 isMtoStem () {
1417 return [utils.MTOClients.MTO_STEM_DEV, utils.MTOClients.MTO_STEM_PROD].includes(this.get('clientCreator'))

Callers 9

hideTopRightNavMethod · 0.95
hideFooterMethod · 0.95
hideOtherProductCTAsMethod · 0.95
showGoogleClassroomMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected