MCPcopy
hub / github.com/codeaashu/claude-code / isUnderline

Method isUnderline

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

Source from the content-addressed store, hash-verified

3719 return 134217728 & this.fg;
3720 }
3721 isUnderline() {
3722 return this.hasExtendedAttrs() && 0 !== this.extended.underlineStyle ? 1 : 268435456 & this.fg;
3723 }
3724 isBlink() {
3725 return 536870912 & this.fg;
3726 }

Callers 2

createRowMethod · 0.80
_drawToCacheMethod · 0.80

Calls 1

hasExtendedAttrsMethod · 0.95

Tested by

no test coverage detected