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

Method clearTextureAtlas

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

Source from the content-addressed store, hash-verified

8692 }
8693 get textureAtlas() {
8694 var _a;
8695 return (_a = this._renderer) == null ? void 0 : _a.textureAtlas;
8696 }
8697 clearTextureAtlas() {
8698 var _a;
8699 (_a = this._renderer) == null ? void 0 : _a.clearTextureAtlas();
8700 }

Callers

nothing calls this directly

Calls 1

clearTextureAtlasMethod · 0.45

Tested by

no test coverage detected