| 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()) { |
nothing calls this directly
no outgoing calls
no test coverage detected