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

Method scrollToTop

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

Source from the content-addressed store, hash-verified

2601 this.scrollLines(e3 * (this.rows - 1));
2602 }
2603 scrollToTop() {
2604 this.scrollLines(-this._bufferService.buffer.ydisp);
2605 }
2606 scrollToBottom() {
2607 this.scrollLines(this._bufferService.buffer.ybase - this._bufferService.buffer.ydisp);
2608 }

Callers 1

scrollToTopMethod · 0.45

Calls 1

scrollLinesMethod · 0.95

Tested by

no test coverage detected