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

Method clearTextureAtlas

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

Source from the content-addressed store, hash-verified

7098 }
7099 _clearModel(e3) {
7100 var _a;
7101 this._model.clear(), e3 && ((_a = this._glyphRenderer.value) == null ? void 0 : _a.clear());
7102 }
7103 clearTextureAtlas() {
7104 var _a;
7105 (_a = this._charAtlas) == null ? void 0 : _a.clearTexture(), this._clearModel(true), this._requestRedrawViewport();
7106 }

Callers

nothing calls this directly

Calls 3

_clearModelMethod · 0.95
clearTextureMethod · 0.80

Tested by

no test coverage detected