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

Method clearTextureAtlas

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

Source from the content-addressed store, hash-verified

1952 this._isPaused ? this._needsFullRefresh = true : this.refreshRows(0, this._rowCount - 1);
1953 }
1954 clearTextureAtlas() {
1955 var _a, _b;
1956 this._renderer.value && ((_b = (_a = this._renderer.value).clearTextureAtlas) == null ? void 0 : _b.call(_a), this._fullRefresh());
1957 }
1958 handleDevicePixelRatioChange() {
1959 this._charSizeService.measure(), this._renderer.value && (this._renderer.value.handleDevicePixelRatioChange(), this.refreshRows(0, this._rowCount - 1));
1960 }

Callers 3

clearTextureAtlasMethod · 0.45
clearTextureAtlasMethod · 0.45
clearTextureAtlasMethod · 0.45

Calls 1

_fullRefreshMethod · 0.80

Tested by

no test coverage detected