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

Method isDim

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

Source from the content-addressed store, hash-verified

3731 return 67108864 & this.bg;
3732 }
3733 isDim() {
3734 return 134217728 & this.bg;
3735 }
3736 isStrikethrough() {
3737 return 2147483648 & this.fg;
3738 }

Callers 4

createRowMethod · 0.80
_applyMinimumContrastMethod · 0.80
_getContrastCacheMethod · 0.80
_drawToCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected