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

Method _setTransparency

src/server/web/public/terminal.js:7228–7232  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

7226 }
7227 handleGridChanged(e3, t3, i3) {
7228 }
7229 handleSelectionChanged(e3, t3, i3, s3 = false) {
7230 }
7231 _setTransparency(e3, t3) {
7232 if (t3 === this._alpha) return;
7233 const i3 = this._canvas;
7234 this._alpha = t3, this._canvas = this._canvas.cloneNode(), this._initCanvas(), this._container.replaceChild(this._canvas, i3), this._refreshCharAtlas(e3, this._themeService.colors), this.handleGridChanged(e3, 0, e3.rows - 1);
7235 }

Callers

nothing calls this directly

Calls 3

_initCanvasMethod · 0.95
_refreshCharAtlasMethod · 0.95
handleGridChangedMethod · 0.95

Tested by

no test coverage detected