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

Method isAttributeDefault

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

Source from the content-addressed store, hash-verified

3767 return 0 == (50331648 & this.bg);
3768 }
3769 isAttributeDefault() {
3770 return 0 === this.fg && 0 === this.bg;
3771 }
3772 getFgColor() {
3773 switch (50331648 & this.fg) {
3774 case 16777216:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected