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

Method clearTextureAtlas

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

Source from the content-addressed store, hash-verified

765 this._setup(), super.reset(), (_a = this._selectionService) == null ? void 0 : _a.reset(), this._decorationService.reset(), (_b = this.viewport) == null ? void 0 : _b.reset(), this._customKeyEventHandler = e3, this.refresh(0, this.rows - 1);
766 }
767 clearTextureAtlas() {
768 var _a;
769 (_a = this._renderService) == null ? void 0 : _a.clearTextureAtlas();
770 }
771 _reportFocus() {
772 var _a;
773 ((_a = this.element) == null ? void 0 : _a.classList.contains("focus")) ? this.coreService.triggerDataEvent(D.C0.ESC + "[I") : this.coreService.triggerDataEvent(D.C0.ESC + "[O");

Callers

nothing calls this directly

Calls 1

clearTextureAtlasMethod · 0.45

Tested by

no test coverage detected