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

Method _clearCurrentLink

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

Source from the content-addressed store, hash-verified

7270 super.resize(e3, t3), this._state = void 0;
7271 }
7272 reset(e3) {
7273 this._clearCurrentLink();
7274 }
7275 _clearCurrentLink() {
7276 if (this._state) {
7277 this._clearCells(this._state.x1, this._state.y1, this._state.cols - this._state.x1, 1);
7278 const e3 = this._state.y2 - this._state.y1 - 1;
7279 e3 > 0 && this._clearCells(0, this._state.y1 + 1, this._state.cols, e3), this._clearCells(0, this._state.y2, this._state.x2, 1), this._state = void 0;
7280 }
7281 }

Callers 2

resetMethod · 0.95

Calls 1

_clearCellsMethod · 0.80

Tested by

no test coverage detected