MCPcopy
hub / github.com/codeaashu/claude-code / _refreshRows

Method _refreshRows

src/server/web/public/terminal.js:74–76  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

72 this._clearLiveRegion(), new RegExp("\\p{Control}", "u").test(e3) || this._charsToConsume.push(e3);
73 }
74 _refreshRows(e3, t3) {
75 this._liveRegionDebouncer.refresh(e3, t3, this._terminal.rows);
76 }
77 _renderRows(e3, t3) {
78 const i3 = this._terminal.buffer, s3 = i3.lines.length.toString();
79 for (let r2 = e3; r2 <= t3; r2++) {

Callers 1

constructorMethod · 0.80

Calls 1

refreshMethod · 0.45

Tested by

no test coverage detected