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

Method updateExtended

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

Source from the content-addressed store, hash-verified

3795 return 268435456 & this.bg;
3796 }
3797 updateExtended() {
3798 this.extended.isEmpty() ? this.bg &= -268435457 : this.bg |= 268435456;
3799 }
3800 getUnderlineColor() {
3801 if (268435456 & this.bg && ~this.extended.underlineColor) switch (50331648 & this.extended.underlineColor) {
3802 case 16777216:

Callers 5

_processUnderlineMethod · 0.80
_processSGR0Method · 0.80
charAttributesMethod · 0.80
_createHyperlinkMethod · 0.80
_finishHyperlinkMethod · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected