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

Method isInvisible

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

Source from the content-addressed store, hash-verified

3725 return 536870912 & this.fg;
3726 }
3727 isInvisible() {
3728 return 1073741824 & this.fg;
3729 }
3730 isItalic() {
3731 return 67108864 & this.bg;
3732 }

Callers 2

createRowMethod · 0.80
_drawToCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected