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

Method scrollToBottom

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

Source from the content-addressed store, hash-verified

2604 this.scrollLines(-this._bufferService.buffer.ydisp);
2605 }
2606 scrollToBottom() {
2607 this.scrollLines(this._bufferService.buffer.ybase - this._bufferService.buffer.ydisp);
2608 }
2609 scrollToLine(e3) {
2610 const t3 = e3 - this._bufferService.buffer.ydisp;
2611 0 !== t3 && this.scrollLines(t3);

Callers 10

constructorMethod · 0.95
VirtualMessageListFunction · 0.45
ScrollKeybindingHandlerFunction · 0.45
jumpByFunction · 0.45
scrollDownFunction · 0.45
applyModalPagerActionFunction · 0.45
useUnseenDividerFunction · 0.45
REPLFunction · 0.45
_keyDownMethod · 0.45
scrollToBottomMethod · 0.45

Calls 1

scrollLinesMethod · 0.95

Tested by

no test coverage detected