MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isInverse

Method isInverse

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

Source from the content-addressed store, hash-verified

3713 return e3.fg = this.fg, e3.bg = this.bg, e3.extended = this.extended.clone(), e3;
3714 }
3715 isInverse() {
3716 return 67108864 & this.fg;
3717 }
3718 isBold() {
3719 return 134217728 & this.fg;
3720 }

Callers 2

createRowMethod · 0.80
_drawToCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected