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

Method isBold

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

Source from the content-addressed store, hash-verified

3716 return 67108864 & this.fg;
3717 }
3718 isBold() {
3719 return 134217728 & this.fg;
3720 }
3721 isUnderline() {
3722 return this.hasExtendedAttrs() && 0 !== this.extended.underlineStyle ? 1 : 268435456 & this.fg;
3723 }

Callers 2

createRowMethod · 0.80
_drawToCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected