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

Method backgroundColorRGB

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

Source from the content-addressed store, hash-verified

5590 t2.DecorationService = c;
5591 class l extends n.Disposable {
5592 get isDisposed() {
5593 return this._isDisposed;
5594 }
5595 get backgroundColorRGB() {
5596 return null === this._cachedBg && (this.options.backgroundColor ? this._cachedBg = s2.css.toColor(this.options.backgroundColor) : this._cachedBg = void 0), this._cachedBg;
5597 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected