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

Method clearTexture

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

Source from the content-addressed store, hash-verified

7633 }));
7634 }
7635 beginFrame() {
7636 return this._requestClearModel;
7637 }
7638 clearTexture() {
7639 if (0 !== this._pages[0].currentRow.x || 0 !== this._pages[0].currentRow.y) {
7640 for (const e3 of this._pages) e3.clear();
7641 this._cacheMap.clear(), this._cacheMapCombined.clear(), this._didWarmUp = false;
7642 }
7643 }

Callers 1

clearTextureAtlasMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected