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

Method getUnderlineColorMode

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

Source from the content-addressed store, hash-verified

3810 return this.getFgColor();
3811 }
3812 getUnderlineColorMode() {
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 }

Callers

nothing calls this directly

Calls 1

getFgColorModeMethod · 0.95

Tested by

no test coverage detected