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

Method refresh

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

Source from the content-addressed store, hash-verified

633 }), { passive: false }));
634 }
635 refresh(e3, t3) {
636 var _a;
637 (_a = this._renderService) == null ? void 0 : _a.refreshRows(e3, t3);
638 }
639 updateCursorStyle(e3) {
640 var _a;
641 ((_a = this._selectionService) == null ? void 0 : _a.shouldColumnSelect(e3)) ? this.element.classList.add("column-select") : this.element.classList.remove("column-select");

Callers 9

constructorMethod · 0.95
_handleTextAreaBlurMethod · 0.95
openMethod · 0.95
_showCursorMethod · 0.95
scrollLinesMethod · 0.95
clearMethod · 0.95
resetMethod · 0.95

Calls 1

refreshRowsMethod · 0.80

Tested by

no test coverage detected