MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getBgColor

Method getBgColor

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

Source from the content-addressed store, hash-verified

3781 }
3782 }
3783 getBgColor() {
3784 switch (50331648 & this.bg) {
3785 case 16777216:
3786 case 33554432:
3787 return 255 & this.bg;
3788 case 50331648:
3789 return 16777215 & this.bg;
3790 default:
3791 return -1;
3792 }
3793 }
3794 hasExtendedAttrs() {
3795 return 268435456 & this.bg;
3796 }

Callers 2

createRowMethod · 0.80
_drawToCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected