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

Method getUnderlineStyle

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

Source from the content-addressed store, hash-verified

3822 return 268435456 & this.bg && ~this.extended.underlineColor ? 0 == (50331648 & this.extended.underlineColor) : this.isFgDefault();
3823 }
3824 getUnderlineStyle() {
3825 return 268435456 & this.fg ? 268435456 & this.bg ? this.extended.underlineStyle : 1 : 0;
3826 }
3827 getUnderlineVariantOffset() {
3828 return this.extended.underlineVariantOffset;
3829 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected