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

Method restoreColor

src/server/web/public/terminal.js:2321–2323  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

2319 this._contrastCache.clear(), this._halfContrastCache.clear(), this._updateRestoreColors(), this._onChangeColors.fire(this.colors);
2320 }
2321 restoreColor(e3) {
2322 this._restoreColor(e3), this._onChangeColors.fire(this.colors);
2323 }
2324 _restoreColor(e3) {
2325 if (void 0 !== e3) switch (e3) {
2326 case 256:

Callers 1

_handleColorEventMethod · 0.80

Calls 2

_restoreColorMethod · 0.80
fireMethod · 0.80

Tested by

no test coverage detected