MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isUnderlineColorRGB

Method isUnderlineColorRGB

src/server/web/public/terminal.js:3815–3817  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3813 return 268435456 & this.bg && ~this.extended.underlineColor ? 50331648 & this.extended.underlineColor : this.getFgColorMode();
3814 }
3815 isUnderlineColorRGB() {
3816 return 268435456 & this.bg && ~this.extended.underlineColor ? 50331648 == (50331648 & this.extended.underlineColor) : this.isFgRGB();
3817 }
3818 isUnderlineColorPalette() {
3819 return 268435456 & this.bg && ~this.extended.underlineColor ? 16777216 == (50331648 & this.extended.underlineColor) || 33554432 == (50331648 & this.extended.underlineColor) : this.isFgPalette();
3820 }

Callers 2

createRowMethod · 0.80
_drawToCacheMethod · 0.80

Calls 1

isFgRGBMethod · 0.95

Tested by

no test coverage detected