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

Method getHue

app/models/ThangType.js:719–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717 const otherColorConfig = pss.get('colorConfig')
718 if (_.isEmpty(colorConfig) && _.isEmpty(otherColorConfig)) { return true }
719 const getHue = config => _.result(_.result(config, 'team'), 'hue')
720 return getHue(colorConfig) === getHue(otherColorConfig)
721 })
722 if ((!result) && this.noRawData()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected